#CC5AD9

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

Shades of Medium Orchid #CC5AD9

Tints of Medium Orchid #CC5AD9

Color information

#CC5AD9 (or 0xCC5AD9) is unknown color: approx Medium Orchid. HEX triplet: CC, 5A and D9. RGB value is (204,90,217). Sum of RGB (Red+Green+Blue) = 204+90+217=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC5AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5AD9 is #33A526. Grayscale: #8A8A8A. Windows color (decimal): -3384615 or 14244556. OLE color: 14244556.

HSL color Cylindrical-coordinate representation of color #CC5AD9: hue angle of 293.86º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5AD9 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20490217-
CMYK0.060.5900.15
HSL293.86º62.56%60.2%-
HSV(B)293.86º58.53%85.1%-
XYZ41.0825.1668.34-
YUV138.56172.27174.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 90 (35.55% from 255) = 17.61%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=39.92%
G=17.61%
B=42.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204902170.060.5900.15293.8662.5660.2
HexCC5AD963B0F1263f3c
Octal3141323316730174467774
Binary1100110010110101101100111011101101111100100110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5AD9; }

 p { color: rgb(204,90,217); }

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

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

 a { background-color: rgb(204,90,217); }

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

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

 span { border-color: rgb(204,90,217); }

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