Shades of Orchid #CA6BDE
Tints of Orchid #CA6BDE
RGB
CMYK
RGB Variations
Color information
#CA6BDE (or 0xCA6BDE) is known color: Orchid. HEX triplet: CA, 6B and DE. RGB value is (202,107,222). Sum of RGB (Red+Green+Blue) = 202+107+222=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BDE is #359421. Grayscale: #949494. Windows color (decimal): -3511330 or 14576586. OLE color: 14576586.
HSL color Cylindrical-coordinate representation of color #CA6BDE: hue angle of 289.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6BDE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 107 | 222 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 289.57º | 0.64% | 0.65% | - |
| HSV(B) | 289.57º | 0.52% | 0.87% | - |
| XYZ | 42.8 | 28.35 | 72.32 | - |
| YUV | 148.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 222 | 0.09 | 0.52 | 0 | 0.13 | 289.57 | 0.64 | 0.65 |
| Hex | CA | 6B | DE | 9 | 34 | 0 | D | 122 | 40 | 41 |
| Octal | 312 | 153 | 336 | 11 | 64 | 0 | 15 | 442 | 100 | 101 |
| Binary | 11001010 | 1101011 | 11011110 | 1001 | 110100 | 0 | 1101 | 100100010 | 1000000 | 1000001 |
Color Harmonies of #CA6BDE
Complementary color
Monochromatic Colors of #CA6BDE
Black with #CA6BDE
Text Example
Text Example
White with #CA6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BDE; }
p { color: rgb(202,107,222); }
H1.HeaderClassName
{
color: #CA6BDE;
}
.AnyTagClassName
{
color: #CA6BDE;
}
</style>
background-color css
<style>
a { background-color: #CA6BDE; }
a { background-color: rgb(202,107,222); }
div.DivClassName
{
background-color: #CA6BDE;
}
.BgClassName
{
background-color: #CA6BDE;
}
</style>
border-color css
<style>
span { border-color: #CA6BDE; }
span { border-color: rgb(202,107,222); }
td.TdClassName
{
border-color: #CA6BDE;
}
.TagClassName
{
border-color: #CA6BDE;
}
</style>