Shades of Heliotrope #CB4CFE
Tints of Heliotrope #CB4CFE
RGB
CMYK
RGB Variations
Color information
#CB4CFE (or 0xCB4CFE) is known color: Heliotrope. HEX triplet: CB, 4C and FE. RGB value is (203,76,254). Sum of RGB (Red+Green+Blue) = 203+76+254=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4CFE is #34B301. Grayscale: #858585. Windows color (decimal): -3453698 or 16665803. OLE color: 16665803.
HSL color Cylindrical-coordinate representation of color #CB4CFE: hue angle of 282.81º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4CFE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 76 | 254 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.00 |
| HSL | 282.81º | 0.99% | 0.65% | - |
| HSV(B) | 282.81º | 0.7% | 1% | - |
| XYZ | 45.1 | 25.02 | 96.22 | - |
| YUV | 134.27 | 195.58 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 254 | 0.20 | 0.70 | 0 | 0.00 | 282.81 | 0.99 | 0.65 |
| Hex | CB | 4C | FE | 14 | 46 | 0 | 0 | 11B | 63 | 41 |
| Octal | 313 | 114 | 376 | 24 | 106 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001011 | 1001100 | 11111110 | 10100 | 1000110 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CB4CFE
Complementary color
Monochromatic Colors of #CB4CFE
Black with #CB4CFE
Text Example
Text Example
White with #CB4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CFE; }
p { color: rgb(203,76,254); }
H1.HeaderClassName
{
color: #CB4CFE;
}
.AnyTagClassName
{
color: #CB4CFE;
}
</style>
background-color css
<style>
a { background-color: #CB4CFE; }
a { background-color: rgb(203,76,254); }
div.DivClassName
{
background-color: #CB4CFE;
}
.BgClassName
{
background-color: #CB4CFE;
}
</style>
border-color css
<style>
span { border-color: #CB4CFE; }
span { border-color: rgb(203,76,254); }
td.TdClassName
{
border-color: #CB4CFE;
}
.TagClassName
{
border-color: #CB4CFE;
}
</style>