Shades of Heliotrope #CB54FA
Tints of Heliotrope #CB54FA
RGB
CMYK
RGB Variations
Color information
#CB54FA (or 0xCB54FA) is known color: Heliotrope. HEX triplet: CB, 54 and FA. RGB value is (203,84,250). Sum of RGB (Red+Green+Blue) = 203+84+250=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB54FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54FA is #34AB05. Grayscale: #898989. Windows color (decimal): -3451654 or 16405707. OLE color: 16405707.
HSL color Cylindrical-coordinate representation of color #CB54FA: hue angle of 283.01º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB54FA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 84 | 250 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.02 |
| HSL | 283.01º | 0.94% | 0.65% | - |
| HSV(B) | 283.01º | 0.66% | 0.98% | - |
| XYZ | 45.05 | 25.94 | 93.07 | - |
| YUV | 138.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 250 | 0.19 | 0.66 | 0 | 0.02 | 283.01 | 0.94 | 0.65 |
| Hex | CB | 54 | FA | 13 | 42 | 0 | 2 | 11B | 5E | 41 |
| Octal | 313 | 124 | 372 | 23 | 102 | 0 | 2 | 433 | 136 | 101 |
| Binary | 11001011 | 1010100 | 11111010 | 10011 | 1000010 | 0 | 10 | 100011011 | 1011110 | 1000001 |
Color Harmonies of #CB54FA
Complementary color
Monochromatic Colors of #CB54FA
Black with #CB54FA
Text Example
Text Example
White with #CB54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54FA; }
p { color: rgb(203,84,250); }
H1.HeaderClassName
{
color: #CB54FA;
}
.AnyTagClassName
{
color: #CB54FA;
}
</style>
background-color css
<style>
a { background-color: #CB54FA; }
a { background-color: rgb(203,84,250); }
div.DivClassName
{
background-color: #CB54FA;
}
.BgClassName
{
background-color: #CB54FA;
}
</style>
border-color css
<style>
span { border-color: #CB54FA; }
span { border-color: rgb(203,84,250); }
td.TdClassName
{
border-color: #CB54FA;
}
.TagClassName
{
border-color: #CB54FA;
}
</style>