Shades of Orchid #CA68DB
Tints of Orchid #CA68DB
RGB
CMYK
RGB Variations
Color information
#CA68DB (or 0xCA68DB) is known color: Orchid. HEX triplet: CA, 68 and DB. RGB value is (202,104,219). Sum of RGB (Red+Green+Blue) = 202+104+219=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68DB is #359724. Grayscale: #929292. Windows color (decimal): -3512101 or 14379210. OLE color: 14379210.
HSL color Cylindrical-coordinate representation of color #CA68DB: hue angle of 291.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA68DB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 104 | 219 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.14 |
| HSL | 291.13º | 0.61% | 0.63% | - |
| HSV(B) | 291.13º | 0.53% | 0.86% | - |
| XYZ | 42.09 | 27.57 | 70.12 | - |
| YUV | 146.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 219 | 0.08 | 0.53 | 0 | 0.14 | 291.13 | 0.61 | 0.63 |
| Hex | CA | 68 | DB | 8 | 35 | 0 | E | 123 | 3D | 3F |
| Octal | 312 | 150 | 333 | 10 | 65 | 0 | 16 | 443 | 75 | 77 |
| Binary | 11001010 | 1101000 | 11011011 | 1000 | 110101 | 0 | 1110 | 100100011 | 111101 | 111111 |
Color Harmonies of #CA68DB
Complementary color
Monochromatic Colors of #CA68DB
Black with #CA68DB
Text Example
Text Example
White with #CA68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68DB; }
p { color: rgb(202,104,219); }
H1.HeaderClassName
{
color: #CA68DB;
}
.AnyTagClassName
{
color: #CA68DB;
}
</style>
background-color css
<style>
a { background-color: #CA68DB; }
a { background-color: rgb(202,104,219); }
div.DivClassName
{
background-color: #CA68DB;
}
.BgClassName
{
background-color: #CA68DB;
}
</style>
border-color css
<style>
span { border-color: #CA68DB; }
span { border-color: rgb(202,104,219); }
td.TdClassName
{
border-color: #CA68DB;
}
.TagClassName
{
border-color: #CA68DB;
}
</style>