Shades of Heliotrope #CB4AFF
Tints of Heliotrope #CB4AFF
RGB
CMYK
RGB Variations
Color information
#CB4AFF (or 0xCB4AFF) is known color: Heliotrope. HEX triplet: CB, 4A and FF. RGB value is (203,74,255). Sum of RGB (Red+Green+Blue) = 203+74+255=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AFF is #34B500. Grayscale: #848484. Windows color (decimal): -3454209 or 16730827. OLE color: 16730827.
HSL color Cylindrical-coordinate representation of color #CB4AFF: hue angle of 282.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB4AFF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 74 | 255 | - |
| CMYK | 0.20 | 0.71 | 0 | 0 |
| HSL | 282.76º | 1% | 0.65% | - |
| HSV(B) | 282.76º | 0.71% | 1% | - |
| XYZ | 45.13 | 24.81 | 97.02 | - |
| YUV | 133.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 255 | 0.20 | 0.71 | 0 | 0 | 282.76 | 1 | 0.65 |
| Hex | CB | 4A | FF | 14 | 47 | 0 | 0 | 11B | 64 | 41 |
| Octal | 313 | 112 | 377 | 24 | 107 | 0 | 0 | 433 | 144 | 101 |
| Binary | 11001011 | 1001010 | 11111111 | 10100 | 1000111 | 0 | 0 | 100011011 | 1100100 | 1000001 |
Color Harmonies of #CB4AFF
Complementary color
Monochromatic Colors of #CB4AFF
Black with #CB4AFF
Text Example
Text Example
White with #CB4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AFF; }
p { color: rgb(203,74,255); }
H1.HeaderClassName
{
color: #CB4AFF;
}
.AnyTagClassName
{
color: #CB4AFF;
}
</style>
background-color css
<style>
a { background-color: #CB4AFF; }
a { background-color: rgb(203,74,255); }
div.DivClassName
{
background-color: #CB4AFF;
}
.BgClassName
{
background-color: #CB4AFF;
}
</style>
border-color css
<style>
span { border-color: #CB4AFF; }
span { border-color: rgb(203,74,255); }
td.TdClassName
{
border-color: #CB4AFF;
}
.TagClassName
{
border-color: #CB4AFF;
}
</style>