Shades of Heliotrope #CB4FFC
Tints of Heliotrope #CB4FFC
RGB
CMYK
RGB Variations
Color information
#CB4FFC (or 0xCB4FFC) is known color: Heliotrope. HEX triplet: CB, 4F and FC. RGB value is (203,79,252). Sum of RGB (Red+Green+Blue) = 203+79+252=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 79 (31.25% from 255 or 14.79% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4FFC is #34B003. Grayscale: #878787. Windows color (decimal): -3452932 or 16535499. OLE color: 16535499.
HSL color Cylindrical-coordinate representation of color #CB4FFC: hue angle of 283.01º 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 #CB4FFC is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 79 | 252 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.01 |
| HSL | 283.01º | 0.97% | 0.65% | - |
| HSV(B) | 283.01º | 0.69% | 0.99% | - |
| XYZ | 45 | 25.32 | 94.61 | - |
| YUV | 135.8 | 193.58 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 252 | 0.19 | 0.69 | 0 | 0.01 | 283.01 | 0.97 | 0.65 |
| Hex | CB | 4F | FC | 13 | 45 | 0 | 1 | 11B | 61 | 41 |
| Octal | 313 | 117 | 374 | 23 | 105 | 0 | 1 | 433 | 141 | 101 |
| Binary | 11001011 | 1001111 | 11111100 | 10011 | 1000101 | 0 | 1 | 100011011 | 1100001 | 1000001 |
Color Harmonies of #CB4FFC
Complementary color
Monochromatic Colors of #CB4FFC
Black with #CB4FFC
Text Example
Text Example
White with #CB4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FFC; }
p { color: rgb(203,79,252); }
H1.HeaderClassName
{
color: #CB4FFC;
}
.AnyTagClassName
{
color: #CB4FFC;
}
</style>
background-color css
<style>
a { background-color: #CB4FFC; }
a { background-color: rgb(203,79,252); }
div.DivClassName
{
background-color: #CB4FFC;
}
.BgClassName
{
background-color: #CB4FFC;
}
</style>
border-color css
<style>
span { border-color: #CB4FFC; }
span { border-color: rgb(203,79,252); }
td.TdClassName
{
border-color: #CB4FFC;
}
.TagClassName
{
border-color: #CB4FFC;
}
</style>