Shades of Orchid #CA6CDB
Tints of Orchid #CA6CDB
RGB
CMYK
RGB Variations
Color information
#CA6CDB (or 0xCA6CDB) is known color: Orchid. HEX triplet: CA, 6C and DB. RGB value is (202,108,219). Sum of RGB (Red+Green+Blue) = 202+108+219=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CDB is #359324. Grayscale: #949494. Windows color (decimal): -3511077 or 14380234. OLE color: 14380234.
HSL color Cylindrical-coordinate representation of color #CA6CDB: hue angle of 290.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6CDB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 108 | 219 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.14 |
| HSL | 290.81º | 0.61% | 0.64% | - |
| HSV(B) | 290.81º | 0.51% | 0.86% | - |
| XYZ | 42.51 | 28.4 | 70.26 | - |
| YUV | 148.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 219 | 0.08 | 0.51 | 0 | 0.14 | 290.81 | 0.61 | 0.64 |
| Hex | CA | 6C | DB | 8 | 33 | 0 | E | 123 | 3D | 40 |
| Octal | 312 | 154 | 333 | 10 | 63 | 0 | 16 | 443 | 75 | 100 |
| Binary | 11001010 | 1101100 | 11011011 | 1000 | 110011 | 0 | 1110 | 100100011 | 111101 | 1000000 |
Color Harmonies of #CA6CDB
Complementary color
Monochromatic Colors of #CA6CDB
Black with #CA6CDB
Text Example
Text Example
White with #CA6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CDB; }
p { color: rgb(202,108,219); }
H1.HeaderClassName
{
color: #CA6CDB;
}
.AnyTagClassName
{
color: #CA6CDB;
}
</style>
background-color css
<style>
a { background-color: #CA6CDB; }
a { background-color: rgb(202,108,219); }
div.DivClassName
{
background-color: #CA6CDB;
}
.BgClassName
{
background-color: #CA6CDB;
}
</style>
border-color css
<style>
span { border-color: #CA6CDB; }
span { border-color: rgb(202,108,219); }
td.TdClassName
{
border-color: #CA6CDB;
}
.TagClassName
{
border-color: #CA6CDB;
}
</style>