Shades of Heliotrope #CB4DFC
Tints of Heliotrope #CB4DFC
RGB
CMYK
RGB Variations
Color information
#CB4DFC (or 0xCB4DFC) is known color: Heliotrope. HEX triplet: CB, 4D and FC. RGB value is (203,77,252). Sum of RGB (Red+Green+Blue) = 203+77+252=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DFC is #34B203. Grayscale: #868686. Windows color (decimal): -3453444 or 16534987. OLE color: 16534987.
HSL color Cylindrical-coordinate representation of color #CB4DFC: hue angle of 283.2º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4DFC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 77 | 252 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.01 |
| HSL | 283.2º | 0.97% | 0.65% | - |
| HSV(B) | 283.2º | 0.69% | 0.99% | - |
| XYZ | 44.85 | 25.03 | 94.56 | - |
| YUV | 134.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 252 | 0.19 | 0.69 | 0 | 0.01 | 283.2 | 0.97 | 0.65 |
| Hex | CB | 4D | FC | 13 | 45 | 0 | 1 | 11B | 61 | 41 |
| Octal | 313 | 115 | 374 | 23 | 105 | 0 | 1 | 433 | 141 | 101 |
| Binary | 11001011 | 1001101 | 11111100 | 10011 | 1000101 | 0 | 1 | 100011011 | 1100001 | 1000001 |
Color Harmonies of #CB4DFC
Complementary color
Monochromatic Colors of #CB4DFC
Black with #CB4DFC
Text Example
Text Example
White with #CB4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DFC; }
p { color: rgb(203,77,252); }
H1.HeaderClassName
{
color: #CB4DFC;
}
.AnyTagClassName
{
color: #CB4DFC;
}
</style>
background-color css
<style>
a { background-color: #CB4DFC; }
a { background-color: rgb(203,77,252); }
div.DivClassName
{
background-color: #CB4DFC;
}
.BgClassName
{
background-color: #CB4DFC;
}
</style>
border-color css
<style>
span { border-color: #CB4DFC; }
span { border-color: rgb(203,77,252); }
td.TdClassName
{
border-color: #CB4DFC;
}
.TagClassName
{
border-color: #CB4DFC;
}
</style>