Shades of Heliotrope #CB47FE
Tints of Heliotrope #CB47FE
RGB
CMYK
RGB Variations
Color information
#CB47FE (or 0xCB47FE) is known color: Heliotrope. HEX triplet: CB, 47 and FE. RGB value is (203,71,254). Sum of RGB (Red+Green+Blue) = 203+71+254=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB47FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47FE is #34B801. Grayscale: #828282. Windows color (decimal): -3454978 or 16664523. OLE color: 16664523.
HSL color Cylindrical-coordinate representation of color #CB47FE: hue angle of 283.28º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB47FE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 71 | 254 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.00 |
| HSL | 283.28º | 0.99% | 0.64% | - |
| HSV(B) | 283.28º | 0.72% | 1% | - |
| XYZ | 44.77 | 24.36 | 96.11 | - |
| YUV | 131.33 | 197.23 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 254 | 0.20 | 0.72 | 0 | 0.00 | 283.28 | 0.99 | 0.64 |
| Hex | CB | 47 | FE | 14 | 48 | 0 | 0 | 11B | 63 | 40 |
| Octal | 313 | 107 | 376 | 24 | 110 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001011 | 1000111 | 11111110 | 10100 | 1001000 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #CB47FE
Complementary color
Monochromatic Colors of #CB47FE
Black with #CB47FE
Text Example
Text Example
White with #CB47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47FE; }
p { color: rgb(203,71,254); }
H1.HeaderClassName
{
color: #CB47FE;
}
.AnyTagClassName
{
color: #CB47FE;
}
</style>
background-color css
<style>
a { background-color: #CB47FE; }
a { background-color: rgb(203,71,254); }
div.DivClassName
{
background-color: #CB47FE;
}
.BgClassName
{
background-color: #CB47FE;
}
</style>
border-color css
<style>
span { border-color: #CB47FE; }
span { border-color: rgb(203,71,254); }
td.TdClassName
{
border-color: #CB47FE;
}
.TagClassName
{
border-color: #CB47FE;
}
</style>