Shades of Orchid #CA73DB
Tints of Orchid #CA73DB
RGB
CMYK
RGB Variations
Color information
#CA73DB (or 0xCA73DB) is known color: Orchid. HEX triplet: CA, 73 and DB. RGB value is (202,115,219). Sum of RGB (Red+Green+Blue) = 202+115+219=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73DB is #358C24. Grayscale: #989898. Windows color (decimal): -3509285 or 14382026. OLE color: 14382026.
HSL color Cylindrical-coordinate representation of color #CA73DB: hue angle of 290.19º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA73DB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 115 | 219 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.14 |
| HSL | 290.19º | 0.59% | 0.65% | - |
| HSV(B) | 290.19º | 0.47% | 0.86% | - |
| XYZ | 43.27 | 29.93 | 70.51 | - |
| YUV | 152.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 219 | 0.08 | 0.47 | 0 | 0.14 | 290.19 | 0.59 | 0.65 |
| Hex | CA | 73 | DB | 8 | 2F | 0 | E | 122 | 3B | 41 |
| Octal | 312 | 163 | 333 | 10 | 57 | 0 | 16 | 442 | 73 | 101 |
| Binary | 11001010 | 1110011 | 11011011 | 1000 | 101111 | 0 | 1110 | 100100010 | 111011 | 1000001 |
Color Harmonies of #CA73DB
Complementary color
Monochromatic Colors of #CA73DB
Black with #CA73DB
Text Example
Text Example
White with #CA73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73DB; }
p { color: rgb(202,115,219); }
H1.HeaderClassName
{
color: #CA73DB;
}
.AnyTagClassName
{
color: #CA73DB;
}
</style>
background-color css
<style>
a { background-color: #CA73DB; }
a { background-color: rgb(202,115,219); }
div.DivClassName
{
background-color: #CA73DB;
}
.BgClassName
{
background-color: #CA73DB;
}
</style>
border-color css
<style>
span { border-color: #CA73DB; }
span { border-color: rgb(202,115,219); }
td.TdClassName
{
border-color: #CA73DB;
}
.TagClassName
{
border-color: #CA73DB;
}
</style>