Shades of Orchid #CC79DB
Tints of Orchid #CC79DB
RGB
CMYK
RGB Variations
Color information
#CC79DB (or 0xCC79DB) is known color: Orchid. HEX triplet: CC, 79 and DB. RGB value is (204,121,219). Sum of RGB (Red+Green+Blue) = 204+121+219=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79DB is #338624. Grayscale: #9C9C9C. Windows color (decimal): -3376677 or 14383564. OLE color: 14383564.
HSL color Cylindrical-coordinate representation of color #CC79DB: hue angle of 290.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC79DB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 121 | 219 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.14 |
| HSL | 290.82º | 0.58% | 0.67% | - |
| HSV(B) | 290.82º | 0.45% | 0.86% | - |
| XYZ | 44.53 | 31.63 | 70.78 | - |
| YUV | 156.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 219 | 0.07 | 0.45 | 0 | 0.14 | 290.82 | 0.58 | 0.67 |
| Hex | CC | 79 | DB | 7 | 2D | 0 | E | 123 | 3A | 43 |
| Octal | 314 | 171 | 333 | 7 | 55 | 0 | 16 | 443 | 72 | 103 |
| Binary | 11001100 | 1111001 | 11011011 | 111 | 101101 | 0 | 1110 | 100100011 | 111010 | 1000011 |
Color Harmonies of #CC79DB
Complementary color
Monochromatic Colors of #CC79DB
Black with #CC79DB
Text Example
Text Example
White with #CC79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC79DB; }
p { color: rgb(204,121,219); }
H1.HeaderClassName
{
color: #CC79DB;
}
.AnyTagClassName
{
color: #CC79DB;
}
</style>
background-color css
<style>
a { background-color: #CC79DB; }
a { background-color: rgb(204,121,219); }
div.DivClassName
{
background-color: #CC79DB;
}
.BgClassName
{
background-color: #CC79DB;
}
</style>
border-color css
<style>
span { border-color: #CC79DB; }
span { border-color: rgb(204,121,219); }
td.TdClassName
{
border-color: #CC79DB;
}
.TagClassName
{
border-color: #CC79DB;
}
</style>