#CC49E9

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

Shades of Medium Orchid #CC49E9

Tints of Medium Orchid #CC49E9

Color information

#CC49E9 (or 0xCC49E9) is unknown color: approx Medium Orchid. HEX triplet: CC, 49 and E9. RGB value is (204,73,233). Sum of RGB (Red+Green+Blue) = 204+73+233=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC49E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49E9 is #33B616. Grayscale: #818181. Windows color (decimal): -3388951 or 15288780. OLE color: 15288780.

HSL color Cylindrical-coordinate representation of color #CC49E9: hue angle of 289.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC49E9 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20473233-
CMYK0.120.6900.09
HSL289.12º78.43%60%-
HSV(B)289.12º68.67%91.37%-
XYZ41.9923.4979.41-
YUV130.41185.9180.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 73 (28.91% from 255) = 14.31%
BLUE value IS 233 (91.41% from 255) = 45.69%
R=40%
G=14.31%
B=45.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204732330.120.6900.09289.1278.4360
HexCC49E9C45091214e3c
Octal3141113511410501144111674
Binary1100110010010011110100111001000101010011001000011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49E9; }

 p { color: rgb(204,73,233); }

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

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

 a { background-color: rgb(204,73,233); }

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

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

 span { border-color: rgb(204,73,233); }

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