Shades of Heliotrope #CB57FA
Tints of Heliotrope #CB57FA
RGB
CMYK
RGB Variations
Color information
#CB57FA (or 0xCB57FA) is known color: Heliotrope. HEX triplet: CB, 57 and FA. RGB value is (203,87,250). Sum of RGB (Red+Green+Blue) = 203+87+250=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 87 (34.38% from 255 or 16.11% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57FA is #34A805. Grayscale: #8B8B8B. Windows color (decimal): -3450886 or 16406475. OLE color: 16406475.
HSL color Cylindrical-coordinate representation of color #CB57FA: hue angle of 282.7º 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 #CB57FA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 87 | 250 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.02 |
| HSL | 282.7º | 0.94% | 0.66% | - |
| HSV(B) | 282.7º | 0.65% | 0.98% | - |
| XYZ | 45.29 | 26.42 | 93.15 | - |
| YUV | 140.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 250 | 0.19 | 0.65 | 0 | 0.02 | 282.7 | 0.94 | 0.66 |
| Hex | CB | 57 | FA | 13 | 41 | 0 | 2 | 11B | 5E | 42 |
| Octal | 313 | 127 | 372 | 23 | 101 | 0 | 2 | 433 | 136 | 102 |
| Binary | 11001011 | 1010111 | 11111010 | 10011 | 1000001 | 0 | 10 | 100011011 | 1011110 | 1000010 |
Color Harmonies of #CB57FA
Complementary color
Monochromatic Colors of #CB57FA
Black with #CB57FA
Text Example
Text Example
White with #CB57FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57FA; }
p { color: rgb(203,87,250); }
H1.HeaderClassName
{
color: #CB57FA;
}
.AnyTagClassName
{
color: #CB57FA;
}
</style>
background-color css
<style>
a { background-color: #CB57FA; }
a { background-color: rgb(203,87,250); }
div.DivClassName
{
background-color: #CB57FA;
}
.BgClassName
{
background-color: #CB57FA;
}
</style>
border-color css
<style>
span { border-color: #CB57FA; }
span { border-color: rgb(203,87,250); }
td.TdClassName
{
border-color: #CB57FA;
}
.TagClassName
{
border-color: #CB57FA;
}
</style>