Shades of Heliotrope #CB57FB
Tints of Heliotrope #CB57FB
RGB
CMYK
RGB Variations
Color information
#CB57FB (or 0xCB57FB) is known color: Heliotrope. HEX triplet: CB, 57 and FB. RGB value is (203,87,251). Sum of RGB (Red+Green+Blue) = 203+87+251=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 87 (34.38% from 255 or 16.08% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB57FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB57FB is #34A804. Grayscale: #8B8B8B. Windows color (decimal): -3450885 or 16472011. OLE color: 16472011.
HSL color Cylindrical-coordinate representation of color #CB57FB: hue angle of 282.44º degrees, saturation: 0.95, 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 #CB57FB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 87 | 251 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.02 |
| HSL | 282.44º | 0.95% | 0.66% | - |
| HSV(B) | 282.44º | 0.65% | 0.98% | - |
| XYZ | 45.45 | 26.48 | 93.98 | - |
| YUV | 140.38 | 190.43 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 251 | 0.19 | 0.65 | 0 | 0.02 | 282.44 | 0.95 | 0.66 |
| Hex | CB | 57 | FB | 13 | 41 | 0 | 2 | 11A | 5F | 42 |
| Octal | 313 | 127 | 373 | 23 | 101 | 0 | 2 | 432 | 137 | 102 |
| Binary | 11001011 | 1010111 | 11111011 | 10011 | 1000001 | 0 | 10 | 100011010 | 1011111 | 1000010 |
Color Harmonies of #CB57FB
Complementary color
Monochromatic Colors of #CB57FB
Black with #CB57FB
Text Example
Text Example
White with #CB57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB57FB; }
p { color: rgb(203,87,251); }
H1.HeaderClassName
{
color: #CB57FB;
}
.AnyTagClassName
{
color: #CB57FB;
}
</style>
background-color css
<style>
a { background-color: #CB57FB; }
a { background-color: rgb(203,87,251); }
div.DivClassName
{
background-color: #CB57FB;
}
.BgClassName
{
background-color: #CB57FB;
}
</style>
border-color css
<style>
span { border-color: #CB57FB; }
span { border-color: rgb(203,87,251); }
td.TdClassName
{
border-color: #CB57FB;
}
.TagClassName
{
border-color: #CB57FB;
}
</style>