#CC5EDC

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

Shades of Medium Orchid #CC5EDC

Tints of Medium Orchid #CC5EDC

Color information

#CC5EDC (or 0xCC5EDC) is unknown color: approx Medium Orchid. HEX triplet: CC, 5E and DC. RGB value is (204,94,220). Sum of RGB (Red+Green+Blue) = 204+94+220=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EDC is #33A123. Grayscale: #8C8C8C. Windows color (decimal): -3383588 or 14442188. OLE color: 14442188.

HSL color Cylindrical-coordinate representation of color #CC5EDC: hue angle of 292.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5EDC is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20494220-
CMYK0.070.5700.14
HSL292.38º64.29%61.57%-
HSV(B)292.38º57.27%86.27%-
XYZ41.8226.0170.53-
YUV141.25172.44172.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 94 (37.11% from 255) = 18.15%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=39.38%
G=18.15%
B=42.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204942200.070.5700.14292.3864.2961.57
HexCC5EDC7390E124403e
Octal31413633477101644410076
Binary11001100101111011011100111111001011101001001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EDC; }

 p { color: rgb(204,94,220); }

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

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

 a { background-color: rgb(204,94,220); }

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

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

 span { border-color: rgb(204,94,220); }

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