Shades of Orchid #CA77DB
Tints of Orchid #CA77DB
RGB
CMYK
RGB Variations
Color information
#CA77DB (or 0xCA77DB) is known color: Orchid. HEX triplet: CA, 77 and DB. RGB value is (202,119,219). Sum of RGB (Red+Green+Blue) = 202+119+219=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DB is #358824. Grayscale: #9A9A9A. Windows color (decimal): -3508261 or 14383050. OLE color: 14383050.
HSL color Cylindrical-coordinate representation of color #CA77DB: hue angle of 289.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA77DB is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 119 | 219 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.14 |
| HSL | 289.8º | 0.58% | 0.66% | - |
| HSV(B) | 289.8º | 0.46% | 0.86% | - |
| XYZ | 43.74 | 30.86 | 70.67 | - |
| YUV | 155.22 | 164 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 219 | 0.08 | 0.46 | 0 | 0.14 | 289.8 | 0.58 | 0.66 |
| Hex | CA | 77 | DB | 8 | 2E | 0 | E | 122 | 3A | 42 |
| Octal | 312 | 167 | 333 | 10 | 56 | 0 | 16 | 442 | 72 | 102 |
| Binary | 11001010 | 1110111 | 11011011 | 1000 | 101110 | 0 | 1110 | 100100010 | 111010 | 1000010 |
Color Harmonies of #CA77DB
Complementary color
Monochromatic Colors of #CA77DB
Black with #CA77DB
Text Example
Text Example
White with #CA77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA77DB; }
p { color: rgb(202,119,219); }
H1.HeaderClassName
{
color: #CA77DB;
}
.AnyTagClassName
{
color: #CA77DB;
}
</style>
background-color css
<style>
a { background-color: #CA77DB; }
a { background-color: rgb(202,119,219); }
div.DivClassName
{
background-color: #CA77DB;
}
.BgClassName
{
background-color: #CA77DB;
}
</style>
border-color css
<style>
span { border-color: #CA77DB; }
span { border-color: rgb(202,119,219); }
td.TdClassName
{
border-color: #CA77DB;
}
.TagClassName
{
border-color: #CA77DB;
}
</style>