Shades of Orchid #CB86D5
Tints of Orchid #CB86D5
RGB
CMYK
RGB Variations
Color information
#CB86D5 (or 0xCB86D5) is known color: Orchid. HEX triplet: CB, 86 and D5. RGB value is (203,134,213). Sum of RGB (Red+Green+Blue) = 203+134+213=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB86D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86D5 is #34792A. Grayscale: #A3A3A3. Windows color (decimal): -3438891 or 13993675. OLE color: 13993675.
HSL color Cylindrical-coordinate representation of color #CB86D5: hue angle of 292.41º degrees, saturation: 0.48, 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 #CB86D5 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 134 | 213 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.16 |
| HSL | 292.41º | 0.48% | 0.68% | - |
| HSV(B) | 292.41º | 0.37% | 0.84% | - |
| XYZ | 45.16 | 34.55 | 67.24 | - |
| YUV | 163.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 213 | 0.05 | 0.37 | 0 | 0.16 | 292.41 | 0.48 | 0.68 |
| Hex | CB | 86 | D5 | 5 | 25 | 0 | 10 | 124 | 30 | 44 |
| Octal | 313 | 206 | 325 | 5 | 45 | 0 | 20 | 444 | 60 | 104 |
| Binary | 11001011 | 10000110 | 11010101 | 101 | 100101 | 0 | 10000 | 100100100 | 110000 | 1000100 |
Color Harmonies of #CB86D5
Complementary color
Monochromatic Colors of #CB86D5
Black with #CB86D5
Text Example
Text Example
White with #CB86D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86D5; }
p { color: rgb(203,134,213); }
H1.HeaderClassName
{
color: #CB86D5;
}
.AnyTagClassName
{
color: #CB86D5;
}
</style>
background-color css
<style>
a { background-color: #CB86D5; }
a { background-color: rgb(203,134,213); }
div.DivClassName
{
background-color: #CB86D5;
}
.BgClassName
{
background-color: #CB86D5;
}
</style>
border-color css
<style>
span { border-color: #CB86D5; }
span { border-color: rgb(203,134,213); }
td.TdClassName
{
border-color: #CB86D5;
}
.TagClassName
{
border-color: #CB86D5;
}
</style>