Shades of Orchid #CB86CE
Tints of Orchid #CB86CE
RGB
CMYK
RGB Variations
Color information
#CB86CE (or 0xCB86CE) is known color: Orchid. HEX triplet: CB, 86 and CE. RGB value is (203,134,206). Sum of RGB (Red+Green+Blue) = 203+134+206=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86CE is #347931. Grayscale: #A2A2A2. Windows color (decimal): -3438898 or 13534923. OLE color: 13534923.
HSL color Cylindrical-coordinate representation of color #CB86CE: hue angle of 297.5º degrees, saturation: 0.42, 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 #CB86CE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 134 | 206 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.19 |
| HSL | 297.5º | 0.42% | 0.67% | - |
| HSV(B) | 297.5º | 0.35% | 0.81% | - |
| XYZ | 44.29 | 34.2 | 62.66 | - |
| YUV | 162.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 206 | 0.01 | 0.35 | 0 | 0.19 | 297.5 | 0.42 | 0.67 |
| Hex | CB | 86 | CE | 1 | 23 | 0 | 13 | 12A | 2A | 43 |
| Octal | 313 | 206 | 316 | 1 | 43 | 0 | 23 | 452 | 52 | 103 |
| Binary | 11001011 | 10000110 | 11001110 | 1 | 100011 | 0 | 10011 | 100101010 | 101010 | 1000011 |
Color Harmonies of #CB86CE
Complementary color
Monochromatic Colors of #CB86CE
Black with #CB86CE
Text Example
Text Example
White with #CB86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86CE; }
p { color: rgb(203,134,206); }
H1.HeaderClassName
{
color: #CB86CE;
}
.AnyTagClassName
{
color: #CB86CE;
}
</style>
background-color css
<style>
a { background-color: #CB86CE; }
a { background-color: rgb(203,134,206); }
div.DivClassName
{
background-color: #CB86CE;
}
.BgClassName
{
background-color: #CB86CE;
}
</style>
border-color css
<style>
span { border-color: #CB86CE; }
span { border-color: rgb(203,134,206); }
td.TdClassName
{
border-color: #CB86CE;
}
.TagClassName
{
border-color: #CB86CE;
}
</style>