Shades of Heliotrope #CB4CFB
Tints of Heliotrope #CB4CFB
RGB
CMYK
RGB Variations
Color information
#CB4CFB (or 0xCB4CFB) is known color: Heliotrope. HEX triplet: CB, 4C and FB. RGB value is (203,76,251). Sum of RGB (Red+Green+Blue) = 203+76+251=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CFB is #34B304. Grayscale: #858585. Windows color (decimal): -3453701 or 16469195. OLE color: 16469195.
HSL color Cylindrical-coordinate representation of color #CB4CFB: hue angle of 283.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4CFB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 76 | 251 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.02 |
| HSL | 283.54º | 0.96% | 0.64% | - |
| HSV(B) | 283.54º | 0.7% | 0.98% | - |
| XYZ | 44.63 | 24.83 | 93.71 | - |
| YUV | 133.92 | 194.08 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 251 | 0.19 | 0.70 | 0 | 0.02 | 283.54 | 0.96 | 0.64 |
| Hex | CB | 4C | FB | 13 | 46 | 0 | 2 | 11C | 60 | 40 |
| Octal | 313 | 114 | 373 | 23 | 106 | 0 | 2 | 434 | 140 | 100 |
| Binary | 11001011 | 1001100 | 11111011 | 10011 | 1000110 | 0 | 10 | 100011100 | 1100000 | 1000000 |
Color Harmonies of #CB4CFB
Complementary color
Monochromatic Colors of #CB4CFB
Black with #CB4CFB
Text Example
Text Example
White with #CB4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CFB; }
p { color: rgb(203,76,251); }
H1.HeaderClassName
{
color: #CB4CFB;
}
.AnyTagClassName
{
color: #CB4CFB;
}
</style>
background-color css
<style>
a { background-color: #CB4CFB; }
a { background-color: rgb(203,76,251); }
div.DivClassName
{
background-color: #CB4CFB;
}
.BgClassName
{
background-color: #CB4CFB;
}
</style>
border-color css
<style>
span { border-color: #CB4CFB; }
span { border-color: rgb(203,76,251); }
td.TdClassName
{
border-color: #CB4CFB;
}
.TagClassName
{
border-color: #CB4CFB;
}
</style>