Shades of Orchid #CA66DB
Tints of Orchid #CA66DB
RGB
CMYK
RGB Variations
Color information
#CA66DB (or 0xCA66DB) is known color: Orchid. HEX triplet: CA, 66 and DB. RGB value is (202,102,219). Sum of RGB (Red+Green+Blue) = 202+102+219=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA66DB is #359924. Grayscale: #909090. Windows color (decimal): -3512613 or 14378698. OLE color: 14378698.
HSL color Cylindrical-coordinate representation of color #CA66DB: hue angle of 291.28º degrees, saturation: 0.62, 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 #CA66DB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 102 | 219 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.14 |
| HSL | 291.28º | 0.62% | 0.63% | - |
| HSV(B) | 291.28º | 0.53% | 0.86% | - |
| XYZ | 41.89 | 27.17 | 70.05 | - |
| YUV | 145.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 102 | 219 | 0.08 | 0.53 | 0 | 0.14 | 291.28 | 0.62 | 0.63 |
| Hex | CA | 66 | DB | 8 | 35 | 0 | E | 123 | 3E | 3F |
| Octal | 312 | 146 | 333 | 10 | 65 | 0 | 16 | 443 | 76 | 77 |
| Binary | 11001010 | 1100110 | 11011011 | 1000 | 110101 | 0 | 1110 | 100100011 | 111110 | 111111 |
Color Harmonies of #CA66DB
Complementary color
Monochromatic Colors of #CA66DB
Black with #CA66DB
Text Example
Text Example
White with #CA66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA66DB; }
p { color: rgb(202,102,219); }
H1.HeaderClassName
{
color: #CA66DB;
}
.AnyTagClassName
{
color: #CA66DB;
}
</style>
background-color css
<style>
a { background-color: #CA66DB; }
a { background-color: rgb(202,102,219); }
div.DivClassName
{
background-color: #CA66DB;
}
.BgClassName
{
background-color: #CA66DB;
}
</style>
border-color css
<style>
span { border-color: #CA66DB; }
span { border-color: rgb(202,102,219); }
td.TdClassName
{
border-color: #CA66DB;
}
.TagClassName
{
border-color: #CA66DB;
}
</style>