Shades of Orchid #CC7FDB
Tints of Orchid #CC7FDB
RGB
CMYK
RGB Variations
Color information
#CC7FDB (or 0xCC7FDB) is known color: Orchid. HEX triplet: CC, 7F and DB. RGB value is (204,127,219). Sum of RGB (Red+Green+Blue) = 204+127+219=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7FDB is #338024. Grayscale: #A0A0A0. Windows color (decimal): -3375141 or 14385100. OLE color: 14385100.
HSL color Cylindrical-coordinate representation of color #CC7FDB: hue angle of 290.22º 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 #CC7FDB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 127 | 219 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.14 |
| HSL | 290.22º | 0.56% | 0.68% | - |
| HSV(B) | 290.22º | 0.42% | 0.86% | - |
| XYZ | 45.28 | 33.13 | 71.03 | - |
| YUV | 160.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 219 | 0.07 | 0.42 | 0 | 0.14 | 290.22 | 0.56 | 0.68 |
| Hex | CC | 7F | DB | 7 | 2A | 0 | E | 122 | 38 | 44 |
| Octal | 314 | 177 | 333 | 7 | 52 | 0 | 16 | 442 | 70 | 104 |
| Binary | 11001100 | 1111111 | 11011011 | 111 | 101010 | 0 | 1110 | 100100010 | 111000 | 1000100 |
Color Harmonies of #CC7FDB
Complementary color
Monochromatic Colors of #CC7FDB
Black with #CC7FDB
Text Example
Text Example
White with #CC7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FDB; }
p { color: rgb(204,127,219); }
H1.HeaderClassName
{
color: #CC7FDB;
}
.AnyTagClassName
{
color: #CC7FDB;
}
</style>
background-color css
<style>
a { background-color: #CC7FDB; }
a { background-color: rgb(204,127,219); }
div.DivClassName
{
background-color: #CC7FDB;
}
.BgClassName
{
background-color: #CC7FDB;
}
</style>
border-color css
<style>
span { border-color: #CC7FDB; }
span { border-color: rgb(204,127,219); }
td.TdClassName
{
border-color: #CC7FDB;
}
.TagClassName
{
border-color: #CC7FDB;
}
</style>