Shades of Orchid #CA86CF
Tints of Orchid #CA86CF
RGB
CMYK
RGB Variations
Color information
#CA86CF (or 0xCA86CF) is known color: Orchid. HEX triplet: CA, 86 and CF. RGB value is (202,134,207). Sum of RGB (Red+Green+Blue) = 202+134+207=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CF is #357930. Grayscale: #A2A2A2. Windows color (decimal): -3504433 or 13600458. OLE color: 13600458.
HSL color Cylindrical-coordinate representation of color #CA86CF: hue angle of 295.89º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA86CF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 134 | 207 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.19 |
| HSL | 295.89º | 0.43% | 0.67% | - |
| HSV(B) | 295.89º | 0.35% | 0.81% | - |
| XYZ | 44.14 | 34.11 | 63.29 | - |
| YUV | 162.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 207 | 0.02 | 0.35 | 0 | 0.19 | 295.89 | 0.43 | 0.67 |
| Hex | CA | 86 | CF | 2 | 23 | 0 | 13 | 128 | 2B | 43 |
| Octal | 312 | 206 | 317 | 2 | 43 | 0 | 23 | 450 | 53 | 103 |
| Binary | 11001010 | 10000110 | 11001111 | 10 | 100011 | 0 | 10011 | 100101000 | 101011 | 1000011 |
Color Harmonies of #CA86CF
Complementary color
Monochromatic Colors of #CA86CF
Black with #CA86CF
Text Example
Text Example
White with #CA86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86CF; }
p { color: rgb(202,134,207); }
H1.HeaderClassName
{
color: #CA86CF;
}
.AnyTagClassName
{
color: #CA86CF;
}
</style>
background-color css
<style>
a { background-color: #CA86CF; }
a { background-color: rgb(202,134,207); }
div.DivClassName
{
background-color: #CA86CF;
}
.BgClassName
{
background-color: #CA86CF;
}
</style>
border-color css
<style>
span { border-color: #CA86CF; }
span { border-color: rgb(202,134,207); }
td.TdClassName
{
border-color: #CA86CF;
}
.TagClassName
{
border-color: #CA86CF;
}
</style>