Shades of Orchid #CA79DB
Tints of Orchid #CA79DB
RGB
CMYK
RGB Variations
Color information
#CA79DB (or 0xCA79DB) is known color: Orchid. HEX triplet: CA, 79 and DB. RGB value is (202,121,219). Sum of RGB (Red+Green+Blue) = 202+121+219=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79DB is #358624. Grayscale: #9C9C9C. Windows color (decimal): -3507749 or 14383562. OLE color: 14383562.
HSL color Cylindrical-coordinate representation of color #CA79DB: hue angle of 289.59º 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 #CA79DB is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 121 | 219 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.14 |
| HSL | 289.59º | 0.58% | 0.67% | - |
| HSV(B) | 289.59º | 0.45% | 0.86% | - |
| XYZ | 43.98 | 31.35 | 70.75 | - |
| YUV | 156.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 219 | 0.08 | 0.45 | 0 | 0.14 | 289.59 | 0.58 | 0.67 |
| Hex | CA | 79 | DB | 8 | 2D | 0 | E | 122 | 3A | 43 |
| Octal | 312 | 171 | 333 | 10 | 55 | 0 | 16 | 442 | 72 | 103 |
| Binary | 11001010 | 1111001 | 11011011 | 1000 | 101101 | 0 | 1110 | 100100010 | 111010 | 1000011 |
Color Harmonies of #CA79DB
Complementary color
Monochromatic Colors of #CA79DB
Black with #CA79DB
Text Example
Text Example
White with #CA79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79DB; }
p { color: rgb(202,121,219); }
H1.HeaderClassName
{
color: #CA79DB;
}
.AnyTagClassName
{
color: #CA79DB;
}
</style>
background-color css
<style>
a { background-color: #CA79DB; }
a { background-color: rgb(202,121,219); }
div.DivClassName
{
background-color: #CA79DB;
}
.BgClassName
{
background-color: #CA79DB;
}
</style>
border-color css
<style>
span { border-color: #CA79DB; }
span { border-color: rgb(202,121,219); }
td.TdClassName
{
border-color: #CA79DB;
}
.TagClassName
{
border-color: #CA79DB;
}
</style>