Shades of Orchid #CA86D1
Tints of Orchid #CA86D1
RGB
CMYK
RGB Variations
Color information
#CA86D1 (or 0xCA86D1) is known color: Orchid. HEX triplet: CA, 86 and D1. RGB value is (202,134,209). Sum of RGB (Red+Green+Blue) = 202+134+209=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA86D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86D1 is #35792E. Grayscale: #A2A2A2. Windows color (decimal): -3504431 or 13731530. OLE color: 13731530.
HSL color Cylindrical-coordinate representation of color #CA86D1: hue angle of 294.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA86D1 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 134 | 209 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.18 |
| HSL | 294.4º | 0.45% | 0.67% | - |
| HSV(B) | 294.4º | 0.36% | 0.82% | - |
| XYZ | 44.39 | 34.21 | 64.59 | - |
| YUV | 162.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 209 | 0.03 | 0.36 | 0 | 0.18 | 294.4 | 0.45 | 0.67 |
| Hex | CA | 86 | D1 | 3 | 24 | 0 | 12 | 126 | 2D | 43 |
| Octal | 312 | 206 | 321 | 3 | 44 | 0 | 22 | 446 | 55 | 103 |
| Binary | 11001010 | 10000110 | 11010001 | 11 | 100100 | 0 | 10010 | 100100110 | 101101 | 1000011 |
Color Harmonies of #CA86D1
Complementary color
Monochromatic Colors of #CA86D1
Black with #CA86D1
Text Example
Text Example
White with #CA86D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86D1; }
p { color: rgb(202,134,209); }
H1.HeaderClassName
{
color: #CA86D1;
}
.AnyTagClassName
{
color: #CA86D1;
}
</style>
background-color css
<style>
a { background-color: #CA86D1; }
a { background-color: rgb(202,134,209); }
div.DivClassName
{
background-color: #CA86D1;
}
.BgClassName
{
background-color: #CA86D1;
}
</style>
border-color css
<style>
span { border-color: #CA86D1; }
span { border-color: rgb(202,134,209); }
td.TdClassName
{
border-color: #CA86D1;
}
.TagClassName
{
border-color: #CA86D1;
}
</style>