Shades of Heliotrope #CB47FF
Tints of Heliotrope #CB47FF
RGB
CMYK
RGB Variations
Color information
#CB47FF (or 0xCB47FF) is known color: Heliotrope. HEX triplet: CB, 47 and FF. RGB value is (203,71,255). Sum of RGB (Red+Green+Blue) = 203+71+255=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 71 (28.12% from 255 or 13.42% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB47FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47FF is #34B800. Grayscale: #828282. Windows color (decimal): -3454977 or 16730059. OLE color: 16730059.
HSL color Cylindrical-coordinate representation of color #CB47FF: hue angle of 283.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB47FF is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 71 | 255 | - |
| CMYK | 0.20 | 0.72 | 0 | 0 |
| HSL | 283.04º | 1% | 0.64% | - |
| HSV(B) | 283.04º | 0.72% | 1% | - |
| XYZ | 44.93 | 24.42 | 96.95 | - |
| YUV | 131.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 255 | 0.20 | 0.72 | 0 | 0 | 283.04 | 1 | 0.64 |
| Hex | CB | 47 | FF | 14 | 48 | 0 | 0 | 11B | 64 | 40 |
| Octal | 313 | 107 | 377 | 24 | 110 | 0 | 0 | 433 | 144 | 100 |
| Binary | 11001011 | 1000111 | 11111111 | 10100 | 1001000 | 0 | 0 | 100011011 | 1100100 | 1000000 |
Color Harmonies of #CB47FF
Complementary color
Monochromatic Colors of #CB47FF
Black with #CB47FF
Text Example
Text Example
White with #CB47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47FF; }
p { color: rgb(203,71,255); }
H1.HeaderClassName
{
color: #CB47FF;
}
.AnyTagClassName
{
color: #CB47FF;
}
</style>
background-color css
<style>
a { background-color: #CB47FF; }
a { background-color: rgb(203,71,255); }
div.DivClassName
{
background-color: #CB47FF;
}
.BgClassName
{
background-color: #CB47FF;
}
</style>
border-color css
<style>
span { border-color: #CB47FF; }
span { border-color: rgb(203,71,255); }
td.TdClassName
{
border-color: #CB47FF;
}
.TagClassName
{
border-color: #CB47FF;
}
</style>