Shades of Heliotrope #CB70F3
Tints of Heliotrope #CB70F3
RGB
CMYK
RGB Variations
Color information
#CB70F3 (or 0xCB70F3) is known color: Heliotrope. HEX triplet: CB, 70 and F3. RGB value is (203,112,243). Sum of RGB (Red+Green+Blue) = 203+112+243=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB70F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70F3 is #348F0C. Grayscale: #999999. Windows color (decimal): -3444493 or 15954123. OLE color: 15954123.
HSL color Cylindrical-coordinate representation of color #CB70F3: hue angle of 281.68º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB70F3 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 112 | 243 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.05 |
| HSL | 281.68º | 0.85% | 0.7% | - |
| HSV(B) | 281.68º | 0.54% | 0.95% | - |
| XYZ | 46.6 | 30.76 | 88.27 | - |
| YUV | 154.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 243 | 0.16 | 0.54 | 0 | 0.05 | 281.68 | 0.85 | 0.7 |
| Hex | CB | 70 | F3 | 10 | 36 | 0 | 5 | 11A | 55 | 46 |
| Octal | 313 | 160 | 363 | 20 | 66 | 0 | 5 | 432 | 125 | 106 |
| Binary | 11001011 | 1110000 | 11110011 | 10000 | 110110 | 0 | 101 | 100011010 | 1010101 | 1000110 |
Color Harmonies of #CB70F3
Complementary color
Monochromatic Colors of #CB70F3
Black with #CB70F3
Text Example
Text Example
White with #CB70F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70F3; }
p { color: rgb(203,112,243); }
H1.HeaderClassName
{
color: #CB70F3;
}
.AnyTagClassName
{
color: #CB70F3;
}
</style>
background-color css
<style>
a { background-color: #CB70F3; }
a { background-color: rgb(203,112,243); }
div.DivClassName
{
background-color: #CB70F3;
}
.BgClassName
{
background-color: #CB70F3;
}
</style>
border-color css
<style>
span { border-color: #CB70F3; }
span { border-color: rgb(203,112,243); }
td.TdClassName
{
border-color: #CB70F3;
}
.TagClassName
{
border-color: #CB70F3;
}
</style>