Shades of Orchid #CB86D2
Tints of Orchid #CB86D2
RGB
CMYK
RGB Variations
Color information
#CB86D2 (or 0xCB86D2) is known color: Orchid. HEX triplet: CB, 86 and D2. RGB value is (203,134,210). Sum of RGB (Red+Green+Blue) = 203+134+210=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB86D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB86D2 is #34792D. Grayscale: #A3A3A3. Windows color (decimal): -3438894 or 13797067. OLE color: 13797067.
HSL color Cylindrical-coordinate representation of color #CB86D2: hue angle of 294.47º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB86D2 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 134 | 210 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.18 |
| HSL | 294.47º | 0.46% | 0.67% | - |
| HSV(B) | 294.47º | 0.36% | 0.82% | - |
| XYZ | 44.79 | 34.4 | 65.25 | - |
| YUV | 163.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 210 | 0.03 | 0.36 | 0 | 0.18 | 294.47 | 0.46 | 0.67 |
| Hex | CB | 86 | D2 | 3 | 24 | 0 | 12 | 126 | 2E | 43 |
| Octal | 313 | 206 | 322 | 3 | 44 | 0 | 22 | 446 | 56 | 103 |
| Binary | 11001011 | 10000110 | 11010010 | 11 | 100100 | 0 | 10010 | 100100110 | 101110 | 1000011 |
Color Harmonies of #CB86D2
Complementary color
Monochromatic Colors of #CB86D2
Black with #CB86D2
Text Example
Text Example
White with #CB86D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86D2; }
p { color: rgb(203,134,210); }
H1.HeaderClassName
{
color: #CB86D2;
}
.AnyTagClassName
{
color: #CB86D2;
}
</style>
background-color css
<style>
a { background-color: #CB86D2; }
a { background-color: rgb(203,134,210); }
div.DivClassName
{
background-color: #CB86D2;
}
.BgClassName
{
background-color: #CB86D2;
}
</style>
border-color css
<style>
span { border-color: #CB86D2; }
span { border-color: rgb(203,134,210); }
td.TdClassName
{
border-color: #CB86D2;
}
.TagClassName
{
border-color: #CB86D2;
}
</style>