Shades of Orchid #CB86D6
Tints of Orchid #CB86D6
RGB
CMYK
RGB Variations
Color information
#CB86D6 (or 0xCB86D6) is known color: Orchid. HEX triplet: CB, 86 and D6. RGB value is (203,134,214). Sum of RGB (Red+Green+Blue) = 203+134+214=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86D6 is #347929. Grayscale: #A3A3A3. Windows color (decimal): -3438890 or 14059211. OLE color: 14059211.
HSL color Cylindrical-coordinate representation of color #CB86D6: hue angle of 291.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB86D6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 134 | 214 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.16 |
| HSL | 291.75º | 0.49% | 0.68% | - |
| HSV(B) | 291.75º | 0.37% | 0.84% | - |
| XYZ | 45.29 | 34.6 | 67.91 | - |
| YUV | 163.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 214 | 0.05 | 0.37 | 0 | 0.16 | 291.75 | 0.49 | 0.68 |
| Hex | CB | 86 | D6 | 5 | 25 | 0 | 10 | 124 | 31 | 44 |
| Octal | 313 | 206 | 326 | 5 | 45 | 0 | 20 | 444 | 61 | 104 |
| Binary | 11001011 | 10000110 | 11010110 | 101 | 100101 | 0 | 10000 | 100100100 | 110001 | 1000100 |
Color Harmonies of #CB86D6
Complementary color
Monochromatic Colors of #CB86D6
Black with #CB86D6
Text Example
Text Example
White with #CB86D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86D6; }
p { color: rgb(203,134,214); }
H1.HeaderClassName
{
color: #CB86D6;
}
.AnyTagClassName
{
color: #CB86D6;
}
</style>
background-color css
<style>
a { background-color: #CB86D6; }
a { background-color: rgb(203,134,214); }
div.DivClassName
{
background-color: #CB86D6;
}
.BgClassName
{
background-color: #CB86D6;
}
</style>
border-color css
<style>
span { border-color: #CB86D6; }
span { border-color: rgb(203,134,214); }
td.TdClassName
{
border-color: #CB86D6;
}
.TagClassName
{
border-color: #CB86D6;
}
</style>