Shades of Orchid #CC80DB
Tints of Orchid #CC80DB
RGB
CMYK
RGB Variations
Color information
#CC80DB (or 0xCC80DB) is known color: Orchid. HEX triplet: CC, 80 and DB. RGB value is (204,128,219). Sum of RGB (Red+Green+Blue) = 204+128+219=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80DB is #337F24. Grayscale: #A0A0A0. Windows color (decimal): -3374885 or 14385356. OLE color: 14385356.
HSL color Cylindrical-coordinate representation of color #CC80DB: hue angle of 290.11º degrees, saturation: 0.56, 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 #CC80DB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 128 | 219 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.14 |
| HSL | 290.11º | 0.56% | 0.68% | - |
| HSV(B) | 290.11º | 0.42% | 0.86% | - |
| XYZ | 45.41 | 33.39 | 71.07 | - |
| YUV | 161.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 219 | 0.07 | 0.42 | 0 | 0.14 | 290.11 | 0.56 | 0.68 |
| Hex | CC | 80 | DB | 7 | 2A | 0 | E | 122 | 38 | 44 |
| Octal | 314 | 200 | 333 | 7 | 52 | 0 | 16 | 442 | 70 | 104 |
| Binary | 11001100 | 10000000 | 11011011 | 111 | 101010 | 0 | 1110 | 100100010 | 111000 | 1000100 |
Color Harmonies of #CC80DB
Complementary color
Monochromatic Colors of #CC80DB
Black with #CC80DB
Text Example
Text Example
White with #CC80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80DB; }
p { color: rgb(204,128,219); }
H1.HeaderClassName
{
color: #CC80DB;
}
.AnyTagClassName
{
color: #CC80DB;
}
</style>
background-color css
<style>
a { background-color: #CC80DB; }
a { background-color: rgb(204,128,219); }
div.DivClassName
{
background-color: #CC80DB;
}
.BgClassName
{
background-color: #CC80DB;
}
</style>
border-color css
<style>
span { border-color: #CC80DB; }
span { border-color: rgb(204,128,219); }
td.TdClassName
{
border-color: #CC80DB;
}
.TagClassName
{
border-color: #CC80DB;
}
</style>