Shades of Heliotrope #CB4EFB
Tints of Heliotrope #CB4EFB
RGB
CMYK
RGB Variations
Color information
#CB4EFB (or 0xCB4EFB) is known color: Heliotrope. HEX triplet: CB, 4E and FB. RGB value is (203,78,251). Sum of RGB (Red+Green+Blue) = 203+78+251=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EFB is #34B104. Grayscale: #868686. Windows color (decimal): -3453189 or 16469707. OLE color: 16469707.
HSL color Cylindrical-coordinate representation of color #CB4EFB: hue angle of 283.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4EFB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 78 | 251 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.02 |
| HSL | 283.35º | 0.96% | 0.65% | - |
| HSV(B) | 283.35º | 0.69% | 0.98% | - |
| XYZ | 44.77 | 25.11 | 93.75 | - |
| YUV | 135.1 | 193.41 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 251 | 0.19 | 0.69 | 0 | 0.02 | 283.35 | 0.96 | 0.65 |
| Hex | CB | 4E | FB | 13 | 45 | 0 | 2 | 11B | 60 | 41 |
| Octal | 313 | 116 | 373 | 23 | 105 | 0 | 2 | 433 | 140 | 101 |
| Binary | 11001011 | 1001110 | 11111011 | 10011 | 1000101 | 0 | 10 | 100011011 | 1100000 | 1000001 |
Color Harmonies of #CB4EFB
Complementary color
Monochromatic Colors of #CB4EFB
Black with #CB4EFB
Text Example
Text Example
White with #CB4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EFB; }
p { color: rgb(203,78,251); }
H1.HeaderClassName
{
color: #CB4EFB;
}
.AnyTagClassName
{
color: #CB4EFB;
}
</style>
background-color css
<style>
a { background-color: #CB4EFB; }
a { background-color: rgb(203,78,251); }
div.DivClassName
{
background-color: #CB4EFB;
}
.BgClassName
{
background-color: #CB4EFB;
}
</style>
border-color css
<style>
span { border-color: #CB4EFB; }
span { border-color: rgb(203,78,251); }
td.TdClassName
{
border-color: #CB4EFB;
}
.TagClassName
{
border-color: #CB4EFB;
}
</style>