Shades of Heliotrope #CB50FA
Tints of Heliotrope #CB50FA
RGB
CMYK
RGB Variations
Color information
#CB50FA (or 0xCB50FA) is known color: Heliotrope. HEX triplet: CB, 50 and FA. RGB value is (203,80,250). Sum of RGB (Red+Green+Blue) = 203+80+250=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50FA is #34AF05. Grayscale: #878787. Windows color (decimal): -3452678 or 16404683. OLE color: 16404683.
HSL color Cylindrical-coordinate representation of color #CB50FA: hue angle of 283.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB50FA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 80 | 250 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.02 |
| HSL | 283.41º | 0.94% | 0.65% | - |
| HSV(B) | 283.41º | 0.68% | 0.98% | - |
| XYZ | 44.75 | 25.34 | 92.97 | - |
| YUV | 136.16 | 192.25 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 250 | 0.19 | 0.68 | 0 | 0.02 | 283.41 | 0.94 | 0.65 |
| Hex | CB | 50 | FA | 13 | 44 | 0 | 2 | 11B | 5E | 41 |
| Octal | 313 | 120 | 372 | 23 | 104 | 0 | 2 | 433 | 136 | 101 |
| Binary | 11001011 | 1010000 | 11111010 | 10011 | 1000100 | 0 | 10 | 100011011 | 1011110 | 1000001 |
Color Harmonies of #CB50FA
Complementary color
Monochromatic Colors of #CB50FA
Black with #CB50FA
Text Example
Text Example
White with #CB50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50FA; }
p { color: rgb(203,80,250); }
H1.HeaderClassName
{
color: #CB50FA;
}
.AnyTagClassName
{
color: #CB50FA;
}
</style>
background-color css
<style>
a { background-color: #CB50FA; }
a { background-color: rgb(203,80,250); }
div.DivClassName
{
background-color: #CB50FA;
}
.BgClassName
{
background-color: #CB50FA;
}
</style>
border-color css
<style>
span { border-color: #CB50FA; }
span { border-color: rgb(203,80,250); }
td.TdClassName
{
border-color: #CB50FA;
}
.TagClassName
{
border-color: #CB50FA;
}
</style>