Shades of Heliotrope #CB58FA
Tints of Heliotrope #CB58FA
RGB
CMYK
RGB Variations
Color information
#CB58FA (or 0xCB58FA) is known color: Heliotrope. HEX triplet: CB, 58 and FA. RGB value is (203,88,250). Sum of RGB (Red+Green+Blue) = 203+88+250=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 88 (34.77% from 255 or 16.27% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58FA is #34A705. Grayscale: #8C8C8C. Windows color (decimal): -3450630 or 16406731. OLE color: 16406731.
HSL color Cylindrical-coordinate representation of color #CB58FA: hue angle of 282.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB58FA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 88 | 250 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.02 |
| HSL | 282.59º | 0.94% | 0.66% | - |
| HSV(B) | 282.59º | 0.65% | 0.98% | - |
| XYZ | 45.37 | 26.58 | 93.18 | - |
| YUV | 140.85 | 189.6 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 250 | 0.19 | 0.65 | 0 | 0.02 | 282.59 | 0.94 | 0.66 |
| Hex | CB | 58 | FA | 13 | 41 | 0 | 2 | 11B | 5E | 42 |
| Octal | 313 | 130 | 372 | 23 | 101 | 0 | 2 | 433 | 136 | 102 |
| Binary | 11001011 | 1011000 | 11111010 | 10011 | 1000001 | 0 | 10 | 100011011 | 1011110 | 1000010 |
Color Harmonies of #CB58FA
Complementary color
Monochromatic Colors of #CB58FA
Black with #CB58FA
Text Example
Text Example
White with #CB58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58FA; }
p { color: rgb(203,88,250); }
H1.HeaderClassName
{
color: #CB58FA;
}
.AnyTagClassName
{
color: #CB58FA;
}
</style>
background-color css
<style>
a { background-color: #CB58FA; }
a { background-color: rgb(203,88,250); }
div.DivClassName
{
background-color: #CB58FA;
}
.BgClassName
{
background-color: #CB58FA;
}
</style>
border-color css
<style>
span { border-color: #CB58FA; }
span { border-color: rgb(203,88,250); }
td.TdClassName
{
border-color: #CB58FA;
}
.TagClassName
{
border-color: #CB58FA;
}
</style>