#cc30e5

Color #CC30E5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC30E5

Tints of Medium Orchid #CC30E5

Color information

#CC30E5 (or 0xCC30E5) is unknown color: approx Medium Orchid. HEX triplet: CC, 30 and E5. RGB value is (204,48,229). Sum of RGB (Red+Green+Blue) = 204+48+229=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC30E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30E5 is #33CF1A. Grayscale: #727272. Windows color (decimal): -3395355 or 15020236. OLE color: 15020236.

HSL color Cylindrical-coordinate representation of color #CC30E5: hue angle of 291.71º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC30E5 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20448229-
CMYK0.110.7900.10
HSL291.71º77.68%54.31%-
HSV(B)291.71º79.04%89.8%-
XYZ40.120.6175.99-
YUV115.28192.18191.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 48 (19.14% from 255) = 9.98%
BLUE value IS 229 (89.84% from 255) = 47.61%
R=42.41%
G=9.98%
B=47.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal204482290.110.7900.10291.7177.6854.31
HexCC30E5B4F0A1244e36
Octal314603451311701244411666
Binary110011001100001110010110111001111010101001001001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc30e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc30e5; }

 p { color: rgb(204,48,229); }

 H1.HeaderClassName
 {
   color: #cc30e5;
 }
 .AnyTagClassName
 {
   color: #cc30e5;
 }
</style>
background-color css

<style>
 a { background-color: #cc30e5; }

 a { background-color: rgb(204,48,229); }

 div.DivClassName
 {
   background-color: #cc30e5;
 }
 .BgClassName
 {
   background-color: #cc30e5;
 }
</style>
border-color css

<style>
 span { border-color: #cc30e5; }

 span { border-color: rgb(204,48,229); }

 td.TdClassName
 {
   border-color: #cc30e5;
 }
 .TagClassName
 {
   border-color: #cc30e5;
 }
</style>