Shades of Heliotrope #CB4FFF
Tints of Heliotrope #CB4FFF
RGB
CMYK
RGB Variations
Color information
#CB4FFF (or 0xCB4FFF) is known color: Heliotrope. HEX triplet: CB, 4F and FF. RGB value is (203,79,255). Sum of RGB (Red+Green+Blue) = 203+79+255=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 79 (31.25% from 255 or 14.71% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4FFF is #34B000. Grayscale: #878787. Windows color (decimal): -3452929 or 16732107. OLE color: 16732107.
HSL color Cylindrical-coordinate representation of color #CB4FFF: hue angle of 282.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4FFF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 79 | 255 | - |
| CMYK | 0.20 | 0.69 | 0 | 0 |
| HSL | 282.27º | 1% | 0.65% | - |
| HSV(B) | 282.27º | 0.69% | 1% | - |
| XYZ | 45.47 | 25.51 | 97.13 | - |
| YUV | 136.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 255 | 0.20 | 0.69 | 0 | 0 | 282.27 | 1 | 0.65 |
| Hex | CB | 4F | FF | 14 | 45 | 0 | 0 | 11A | 64 | 41 |
| Octal | 313 | 117 | 377 | 24 | 105 | 0 | 0 | 432 | 144 | 101 |
| Binary | 11001011 | 1001111 | 11111111 | 10100 | 1000101 | 0 | 0 | 100011010 | 1100100 | 1000001 |
Color Harmonies of #CB4FFF
Complementary color
Monochromatic Colors of #CB4FFF
Black with #CB4FFF
Text Example
Text Example
White with #CB4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FFF; }
p { color: rgb(203,79,255); }
H1.HeaderClassName
{
color: #CB4FFF;
}
.AnyTagClassName
{
color: #CB4FFF;
}
</style>
background-color css
<style>
a { background-color: #CB4FFF; }
a { background-color: rgb(203,79,255); }
div.DivClassName
{
background-color: #CB4FFF;
}
.BgClassName
{
background-color: #CB4FFF;
}
</style>
border-color css
<style>
span { border-color: #CB4FFF; }
span { border-color: rgb(203,79,255); }
td.TdClassName
{
border-color: #CB4FFF;
}
.TagClassName
{
border-color: #CB4FFF;
}
</style>