Shades of Orchid #CA6DD7
Tints of Orchid #CA6DD7
RGB
CMYK
RGB Variations
Color information
#CA6DD7 (or 0xCA6DD7) is known color: Orchid. HEX triplet: CA, 6D and D7. RGB value is (202,109,215). Sum of RGB (Red+Green+Blue) = 202+109+215=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DD7 is #359228. Grayscale: #949494. Windows color (decimal): -3510825 or 14118346. OLE color: 14118346.
HSL color Cylindrical-coordinate representation of color #CA6DD7: hue angle of 292.64º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6DD7 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 109 | 215 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.16 |
| HSL | 292.64º | 0.57% | 0.64% | - |
| HSV(B) | 292.64º | 0.49% | 0.84% | - |
| XYZ | 42.09 | 28.4 | 67.55 | - |
| YUV | 148.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 215 | 0.06 | 0.49 | 0 | 0.16 | 292.64 | 0.57 | 0.64 |
| Hex | CA | 6D | D7 | 6 | 31 | 0 | 10 | 125 | 39 | 40 |
| Octal | 312 | 155 | 327 | 6 | 61 | 0 | 20 | 445 | 71 | 100 |
| Binary | 11001010 | 1101101 | 11010111 | 110 | 110001 | 0 | 10000 | 100100101 | 111001 | 1000000 |
Color Harmonies of #CA6DD7
Complementary color
Monochromatic Colors of #CA6DD7
Black with #CA6DD7
Text Example
Text Example
White with #CA6DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DD7; }
p { color: rgb(202,109,215); }
H1.HeaderClassName
{
color: #CA6DD7;
}
.AnyTagClassName
{
color: #CA6DD7;
}
</style>
background-color css
<style>
a { background-color: #CA6DD7; }
a { background-color: rgb(202,109,215); }
div.DivClassName
{
background-color: #CA6DD7;
}
.BgClassName
{
background-color: #CA6DD7;
}
</style>
border-color css
<style>
span { border-color: #CA6DD7; }
span { border-color: rgb(202,109,215); }
td.TdClassName
{
border-color: #CA6DD7;
}
.TagClassName
{
border-color: #CA6DD7;
}
</style>