#CC57EC

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

Shades of Medium Orchid #CC57EC

Tints of Medium Orchid #CC57EC

Color information

#CC57EC (or 0xCC57EC) is unknown color: approx Medium Orchid. HEX triplet: CC, 57 and EC. RGB value is (204,87,236). Sum of RGB (Red+Green+Blue) = 204+87+236=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57EC is #33A813. Grayscale: #8A8A8A. Windows color (decimal): -3385364 or 15488972. OLE color: 15488972.

HSL color Cylindrical-coordinate representation of color #CC57EC: hue angle of 287.11º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC57EC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20487236-
CMYK0.140.6300.07
HSL287.11º79.68%63.33%-
HSV(B)287.11º63.14%92.55%-
XYZ43.4525.7182.03-
YUV138.97182.76174.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 87 (34.38% from 255) = 16.51%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=38.71%
G=16.51%
B=44.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal204872360.140.6300.07287.1179.6863.33
HexCC57ECE3F0711f503f
Octal31412735416770743712077
Binary11001100101011111101100111011111101111000111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC57EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC57EC; }

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

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

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

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

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

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

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

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