Shades of Heliotrope #CB59FA
Tints of Heliotrope #CB59FA
RGB
CMYK
RGB Variations
Color information
#CB59FA (or 0xCB59FA) is known color: Heliotrope. HEX triplet: CB, 59 and FA. RGB value is (203,89,250). Sum of RGB (Red+Green+Blue) = 203+89+250=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB59FA is #34A605. Grayscale: #8C8C8C. Windows color (decimal): -3450374 or 16406987. OLE color: 16406987.
HSL color Cylindrical-coordinate representation of color #CB59FA: hue angle of 282.48º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB59FA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 89 | 250 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.02 |
| HSL | 282.48º | 0.94% | 0.66% | - |
| HSV(B) | 282.48º | 0.64% | 0.98% | - |
| XYZ | 45.46 | 26.74 | 93.21 | - |
| YUV | 141.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 250 | 0.19 | 0.64 | 0 | 0.02 | 282.48 | 0.94 | 0.66 |
| Hex | CB | 59 | FA | 13 | 40 | 0 | 2 | 11A | 5E | 42 |
| Octal | 313 | 131 | 372 | 23 | 100 | 0 | 2 | 432 | 136 | 102 |
| Binary | 11001011 | 1011001 | 11111010 | 10011 | 1000000 | 0 | 10 | 100011010 | 1011110 | 1000010 |
Color Harmonies of #CB59FA
Complementary color
Monochromatic Colors of #CB59FA
Black with #CB59FA
Text Example
Text Example
White with #CB59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59FA; }
p { color: rgb(203,89,250); }
H1.HeaderClassName
{
color: #CB59FA;
}
.AnyTagClassName
{
color: #CB59FA;
}
</style>
background-color css
<style>
a { background-color: #CB59FA; }
a { background-color: rgb(203,89,250); }
div.DivClassName
{
background-color: #CB59FA;
}
.BgClassName
{
background-color: #CB59FA;
}
</style>
border-color css
<style>
span { border-color: #CB59FA; }
span { border-color: rgb(203,89,250); }
td.TdClassName
{
border-color: #CB59FA;
}
.TagClassName
{
border-color: #CB59FA;
}
</style>