Shades of Heliotrope #CB86FA
Tints of Heliotrope #CB86FA
RGB
CMYK
RGB Variations
Color information
#CB86FA (or 0xCB86FA) is known color: Heliotrope. HEX triplet: CB, 86 and FA. RGB value is (203,134,250). Sum of RGB (Red+Green+Blue) = 203+134+250=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86FA is #347905. Grayscale: #A7A7A7. Windows color (decimal): -3438854 or 16418507. OLE color: 16418507.
HSL color Cylindrical-coordinate representation of color #CB86FA: hue angle of 275.69º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB86FA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 134 | 250 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.02 |
| HSL | 275.69º | 0.92% | 0.75% | - |
| HSV(B) | 275.69º | 0.46% | 0.98% | - |
| XYZ | 50.41 | 36.65 | 94.86 | - |
| YUV | 167.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 250 | 0.19 | 0.46 | 0 | 0.02 | 275.69 | 0.92 | 0.75 |
| Hex | CB | 86 | FA | 13 | 2E | 0 | 2 | 114 | 5C | 4B |
| Octal | 313 | 206 | 372 | 23 | 56 | 0 | 2 | 424 | 134 | 113 |
| Binary | 11001011 | 10000110 | 11111010 | 10011 | 101110 | 0 | 10 | 100010100 | 1011100 | 1001011 |
Color Harmonies of #CB86FA
Complementary color
Monochromatic Colors of #CB86FA
Black with #CB86FA
Text Example
Text Example
White with #CB86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86FA; }
p { color: rgb(203,134,250); }
H1.HeaderClassName
{
color: #CB86FA;
}
.AnyTagClassName
{
color: #CB86FA;
}
</style>
background-color css
<style>
a { background-color: #CB86FA; }
a { background-color: rgb(203,134,250); }
div.DivClassName
{
background-color: #CB86FA;
}
.BgClassName
{
background-color: #CB86FA;
}
</style>
border-color css
<style>
span { border-color: #CB86FA; }
span { border-color: rgb(203,134,250); }
td.TdClassName
{
border-color: #CB86FA;
}
.TagClassName
{
border-color: #CB86FA;
}
</style>