Shades of Orchid #CB86CF
Tints of Orchid #CB86CF
RGB
CMYK
RGB Variations
Color information
#CB86CF (or 0xCB86CF) is known color: Orchid. HEX triplet: CB, 86 and CF. RGB value is (203,134,207). Sum of RGB (Red+Green+Blue) = 203+134+207=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86CF is #347930. Grayscale: #A2A2A2. Windows color (decimal): -3438897 or 13600459. OLE color: 13600459.
HSL color Cylindrical-coordinate representation of color #CB86CF: hue angle of 296.71º 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 #CB86CF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 134 | 207 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.19 |
| HSL | 296.71º | 0.43% | 0.67% | - |
| HSV(B) | 296.71º | 0.35% | 0.81% | - |
| XYZ | 44.42 | 34.25 | 63.3 | - |
| YUV | 162.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 207 | 0.02 | 0.35 | 0 | 0.19 | 296.71 | 0.43 | 0.67 |
| Hex | CB | 86 | CF | 2 | 23 | 0 | 13 | 129 | 2B | 43 |
| Octal | 313 | 206 | 317 | 2 | 43 | 0 | 23 | 451 | 53 | 103 |
| Binary | 11001011 | 10000110 | 11001111 | 10 | 100011 | 0 | 10011 | 100101001 | 101011 | 1000011 |
Color Harmonies of #CB86CF
Complementary color
Monochromatic Colors of #CB86CF
Black with #CB86CF
Text Example
Text Example
White with #CB86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86CF; }
p { color: rgb(203,134,207); }
H1.HeaderClassName
{
color: #CB86CF;
}
.AnyTagClassName
{
color: #CB86CF;
}
</style>
background-color css
<style>
a { background-color: #CB86CF; }
a { background-color: rgb(203,134,207); }
div.DivClassName
{
background-color: #CB86CF;
}
.BgClassName
{
background-color: #CB86CF;
}
</style>
border-color css
<style>
span { border-color: #CB86CF; }
span { border-color: rgb(203,134,207); }
td.TdClassName
{
border-color: #CB86CF;
}
.TagClassName
{
border-color: #CB86CF;
}
</style>