#CC57E0

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

Shades of Medium Orchid #CC57E0

Tints of Medium Orchid #CC57E0

Color information

#CC57E0 (or 0xCC57E0) is unknown color: approx Medium Orchid. HEX triplet: CC, 57 and E0. RGB value is (204,87,224). Sum of RGB (Red+Green+Blue) = 204+87+224=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC57E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57E0 is #33A81F. Grayscale: #898989. Windows color (decimal): -3385376 or 14702540. OLE color: 14702540.

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

Color convert

RGB20487224-
CMYK0.090.6100.12
HSL291.24º68.84%60.98%-
HSV(B)291.24º61.16%87.84%-
XYZ41.7625.0473.15-
YUV137.6176.76175.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 87 (34.38% from 255) = 16.89%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=39.61%
G=16.89%
B=43.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal204872240.090.6100.12291.2468.8460.98
HexCC57E093D0C123453d
Octal314127340117501444310575
Binary110011001010111111000001001111101011001001000111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC57E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC57E0; }

 p { color: rgb(204,87,224); }

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

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

 a { background-color: rgb(204,87,224); }

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

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

 span { border-color: rgb(204,87,224); }

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