#CC40DC

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

Shades of Medium Orchid #CC40DC

Tints of Medium Orchid #CC40DC

Color information

#CC40DC (or 0xCC40DC) is unknown color: approx Medium Orchid. HEX triplet: CC, 40 and DC. RGB value is (204,64,220). Sum of RGB (Red+Green+Blue) = 204+64+220=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC40DC is #33BF23. Grayscale: #7B7B7B. Windows color (decimal): -3391268 or 14434508. OLE color: 14434508.

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

Color convert

RGB20464220-
CMYK0.070.7100.14
HSL293.85º69.03%55.69%-
HSV(B)293.85º70.91%86.27%-
XYZ39.6521.6769.8-
YUV123.64182.38185.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 64 (25.39% from 255) = 13.11%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=41.80%
G=13.11%
B=45.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204642200.070.7100.14293.8569.0355.69
HexCC40DC7470E1264538
Octal314100334710701644610570
Binary110011001000000110111001111000111011101001001101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC40DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC40DC; }

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

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

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

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

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

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

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

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