#cc56e8

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

Shades of Medium Orchid #CC56E8

Tints of Medium Orchid #CC56E8

Color information

#CC56E8 (or 0xCC56E8) is unknown color: approx Medium Orchid. HEX triplet: CC, 56 and E8. RGB value is (204,86,232). Sum of RGB (Red+Green+Blue) = 204+86+232=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC56E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56E8 is #33A917. Grayscale: #898989. Windows color (decimal): -3385624 or 15226572. OLE color: 15226572.

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

Color convert

RGB20486232-
CMYK0.120.6300.09
HSL288.49º76.04%62.35%-
HSV(B)288.49º62.93%90.98%-
XYZ42.825.3278.98-
YUV137.93181.09175.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.08%
GREEN value IS 86 (33.98% from 255) = 16.48%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=39.08%
G=16.48%
B=44.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal204862320.120.6300.09288.4976.0462.35
HexCC56E8C3F091204c3e
Octal314126350147701144011476
Binary110011001010110111010001100111111010011001000001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc56e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc56e8; }

 p { color: rgb(204,86,232); }

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

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

 a { background-color: rgb(204,86,232); }

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

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

 span { border-color: rgb(204,86,232); }

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