Shades of Heliotrope #CB4DFE
Tints of Heliotrope #CB4DFE
RGB
CMYK
RGB Variations
Color information
#CB4DFE (or 0xCB4DFE) is known color: Heliotrope. HEX triplet: CB, 4D and FE. RGB value is (203,77,254). Sum of RGB (Red+Green+Blue) = 203+77+254=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DFE is #34B201. Grayscale: #868686. Windows color (decimal): -3453442 or 16666059. OLE color: 16666059.
HSL color Cylindrical-coordinate representation of color #CB4DFE: hue angle of 282.71º 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 #CB4DFE is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 77 | 254 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.00 |
| HSL | 282.71º | 0.99% | 0.65% | - |
| HSV(B) | 282.71º | 0.7% | 1% | - |
| XYZ | 45.17 | 25.16 | 96.24 | - |
| YUV | 134.85 | 195.24 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 254 | 0.20 | 0.70 | 0 | 0.00 | 282.71 | 0.99 | 0.65 |
| Hex | CB | 4D | FE | 14 | 46 | 0 | 0 | 11B | 63 | 41 |
| Octal | 313 | 115 | 376 | 24 | 106 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001011 | 1001101 | 11111110 | 10100 | 1000110 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CB4DFE
Complementary color
Monochromatic Colors of #CB4DFE
Black with #CB4DFE
Text Example
Text Example
White with #CB4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DFE; }
p { color: rgb(203,77,254); }
H1.HeaderClassName
{
color: #CB4DFE;
}
.AnyTagClassName
{
color: #CB4DFE;
}
</style>
background-color css
<style>
a { background-color: #CB4DFE; }
a { background-color: rgb(203,77,254); }
div.DivClassName
{
background-color: #CB4DFE;
}
.BgClassName
{
background-color: #CB4DFE;
}
</style>
border-color css
<style>
span { border-color: #CB4DFE; }
span { border-color: rgb(203,77,254); }
td.TdClassName
{
border-color: #CB4DFE;
}
.TagClassName
{
border-color: #CB4DFE;
}
</style>