Shades of Orchid #CC80DC
Tints of Orchid #CC80DC
RGB
CMYK
RGB Variations
Color information
#CC80DC (or 0xCC80DC) is known color: Orchid. HEX triplet: CC, 80 and DC. RGB value is (204,128,220). Sum of RGB (Red+Green+Blue) = 204+128+220=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80DC is #337F23. Grayscale: #A0A0A0. Windows color (decimal): -3374884 or 14450892. OLE color: 14450892.
HSL color Cylindrical-coordinate representation of color #CC80DC: hue angle of 289.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC80DC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 128 | 220 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.14 |
| HSL | 289.57º | 0.57% | 0.68% | - |
| HSV(B) | 289.57º | 0.42% | 0.86% | - |
| XYZ | 45.54 | 33.44 | 71.77 | - |
| YUV | 161.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 220 | 0.07 | 0.42 | 0 | 0.14 | 289.57 | 0.57 | 0.68 |
| Hex | CC | 80 | DC | 7 | 2A | 0 | E | 122 | 39 | 44 |
| Octal | 314 | 200 | 334 | 7 | 52 | 0 | 16 | 442 | 71 | 104 |
| Binary | 11001100 | 10000000 | 11011100 | 111 | 101010 | 0 | 1110 | 100100010 | 111001 | 1000100 |
Color Harmonies of #CC80DC
Complementary color
Monochromatic Colors of #CC80DC
Black with #CC80DC
Text Example
Text Example
White with #CC80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80DC; }
p { color: rgb(204,128,220); }
H1.HeaderClassName
{
color: #CC80DC;
}
.AnyTagClassName
{
color: #CC80DC;
}
</style>
background-color css
<style>
a { background-color: #CC80DC; }
a { background-color: rgb(204,128,220); }
div.DivClassName
{
background-color: #CC80DC;
}
.BgClassName
{
background-color: #CC80DC;
}
</style>
border-color css
<style>
span { border-color: #CC80DC; }
span { border-color: rgb(204,128,220); }
td.TdClassName
{
border-color: #CC80DC;
}
.TagClassName
{
border-color: #CC80DC;
}
</style>