Shades of Heliotrope #CB50FF
Tints of Heliotrope #CB50FF
RGB
CMYK
RGB Variations
Color information
#CB50FF (or 0xCB50FF) is known color: Heliotrope. HEX triplet: CB, 50 and FF. RGB value is (203,80,255). Sum of RGB (Red+Green+Blue) = 203+80+255=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50FF is #34AF00. Grayscale: #888888. Windows color (decimal): -3452673 or 16732363. OLE color: 16732363.
HSL color Cylindrical-coordinate representation of color #CB50FF: hue angle of 282.17º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB50FF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 80 | 255 | - |
| CMYK | 0.20 | 0.69 | 0 | 0 |
| HSL | 282.17º | 1% | 0.66% | - |
| HSV(B) | 282.17º | 0.69% | 1% | - |
| XYZ | 45.55 | 25.65 | 97.16 | - |
| YUV | 136.73 | 194.75 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 255 | 0.20 | 0.69 | 0 | 0 | 282.17 | 1 | 0.66 |
| Hex | CB | 50 | FF | 14 | 45 | 0 | 0 | 11A | 64 | 42 |
| Octal | 313 | 120 | 377 | 24 | 105 | 0 | 0 | 432 | 144 | 102 |
| Binary | 11001011 | 1010000 | 11111111 | 10100 | 1000101 | 0 | 0 | 100011010 | 1100100 | 1000010 |
Color Harmonies of #CB50FF
Complementary color
Monochromatic Colors of #CB50FF
Black with #CB50FF
Text Example
Text Example
White with #CB50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50FF; }
p { color: rgb(203,80,255); }
H1.HeaderClassName
{
color: #CB50FF;
}
.AnyTagClassName
{
color: #CB50FF;
}
</style>
background-color css
<style>
a { background-color: #CB50FF; }
a { background-color: rgb(203,80,255); }
div.DivClassName
{
background-color: #CB50FF;
}
.BgClassName
{
background-color: #CB50FF;
}
</style>
border-color css
<style>
span { border-color: #CB50FF; }
span { border-color: rgb(203,80,255); }
td.TdClassName
{
border-color: #CB50FF;
}
.TagClassName
{
border-color: #CB50FF;
}
</style>