Shades of Heliotrope #CB86F9
Tints of Heliotrope #CB86F9
RGB
CMYK
RGB Variations
Color information
#CB86F9 (or 0xCB86F9) is known color: Heliotrope. HEX triplet: CB, 86 and F9. RGB value is (203,134,249). Sum of RGB (Red+Green+Blue) = 203+134+249=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB86F9 is #347906. Grayscale: #A7A7A7. Windows color (decimal): -3438855 or 16352971. OLE color: 16352971.
HSL color Cylindrical-coordinate representation of color #CB86F9: hue angle of 276º degrees, saturation: 0.91, 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 #CB86F9 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 134 | 249 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.02 |
| HSL | 276º | 0.91% | 0.75% | - |
| HSV(B) | 276º | 0.46% | 0.98% | - |
| XYZ | 50.25 | 36.59 | 94.04 | - |
| YUV | 167.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 249 | 0.18 | 0.46 | 0 | 0.02 | 276 | 0.91 | 0.75 |
| Hex | CB | 86 | F9 | 12 | 2E | 0 | 2 | 114 | 5B | 4B |
| Octal | 313 | 206 | 371 | 22 | 56 | 0 | 2 | 424 | 133 | 113 |
| Binary | 11001011 | 10000110 | 11111001 | 10010 | 101110 | 0 | 10 | 100010100 | 1011011 | 1001011 |
Color Harmonies of #CB86F9
Complementary color
Monochromatic Colors of #CB86F9
Black with #CB86F9
Text Example
Text Example
White with #CB86F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB86F9; }
p { color: rgb(203,134,249); }
H1.HeaderClassName
{
color: #CB86F9;
}
.AnyTagClassName
{
color: #CB86F9;
}
</style>
background-color css
<style>
a { background-color: #CB86F9; }
a { background-color: rgb(203,134,249); }
div.DivClassName
{
background-color: #CB86F9;
}
.BgClassName
{
background-color: #CB86F9;
}
</style>
border-color css
<style>
span { border-color: #CB86F9; }
span { border-color: rgb(203,134,249); }
td.TdClassName
{
border-color: #CB86F9;
}
.TagClassName
{
border-color: #CB86F9;
}
</style>