#CC5DDC

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

Shades of Medium Orchid #CC5DDC

Tints of Medium Orchid #CC5DDC

Color information

#CC5DDC (or 0xCC5DDC) is unknown color: approx Medium Orchid. HEX triplet: CC, 5D and DC. RGB value is (204,93,220). Sum of RGB (Red+Green+Blue) = 204+93+220=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DDC is #33A223. Grayscale: #8C8C8C. Windows color (decimal): -3383844 or 14441932. OLE color: 14441932.

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

Color convert

RGB20493220-
CMYK0.070.5800.14
HSL292.44º64.47%61.37%-
HSV(B)292.44º57.73%86.27%-
XYZ41.7325.8370.5-
YUV140.67172.77173.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 93 (36.72% from 255) = 17.99%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=39.46%
G=17.99%
B=42.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204932200.070.5800.14292.4464.4761.37
HexCC5DDC73A0E124403d
Octal31413533477201644410075
Binary11001100101110111011100111111010011101001001001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DDC; }

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

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

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

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

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

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

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

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