#CC5DD6

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

Shades of Medium Orchid #CC5DD6

Tints of Medium Orchid #CC5DD6

Color information

#CC5DD6 (or 0xCC5DD6) is unknown color: approx Medium Orchid. HEX triplet: CC, 5D and D6. RGB value is (204,93,214). Sum of RGB (Red+Green+Blue) = 204+93+214=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC5DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DD6 is #33A229. Grayscale: #8B8B8B. Windows color (decimal): -3383850 or 14048716. OLE color: 14048716.

HSL color Cylindrical-coordinate representation of color #CC5DD6: hue angle of 295.04º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5DD6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20493214-
CMYK0.050.5700.16
HSL295.04º59.61%60.2%-
HSV(B)295.04º56.54%83.92%-
XYZ40.9525.5266.39-
YUV139.98169.77173.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 214 (83.98% from 255) = 41.88%
R=39.92%
G=18.20%
B=41.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204932140.050.5700.16295.0459.6160.2
HexCC5DD65390101273c3c
Octal3141353265710204477474
Binary11001100101110111010110101111001010000100100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DD6; }

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

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

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

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

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

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

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

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