#CC55DD

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

Shades of Medium Orchid #CC55DD

Tints of Medium Orchid #CC55DD

Color information

#CC55DD (or 0xCC55DD) is unknown color: approx Medium Orchid. HEX triplet: CC, 55 and DD. RGB value is (204,85,221). Sum of RGB (Red+Green+Blue) = 204+85+221=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55DD is #33AA22. Grayscale: #878787. Windows color (decimal): -3385891 or 14505420. OLE color: 14505420.

HSL color Cylindrical-coordinate representation of color #CC55DD: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC55DD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20485221-
CMYK0.080.6200.13
HSL292.5º66.67%60%-
HSV(B)292.5º61.54%86.67%-
XYZ41.224.5570.97-
YUV136.08175.92176.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 16.67%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=40%
G=16.67%
B=43.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204852210.080.6200.13292.566.6760
HexCC55DD83E0D124433c
Octal314125335107601544410374
Binary110011001010101110111011000111110011011001001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC55DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC55DD; }

 p { color: rgb(204,85,221); }

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

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

 a { background-color: rgb(204,85,221); }

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

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

 span { border-color: rgb(204,85,221); }

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