Shades of Heliotrope #CB70F7
Tints of Heliotrope #CB70F7
RGB
CMYK
RGB Variations
Color information
#CB70F7 (or 0xCB70F7) is known color: Heliotrope. HEX triplet: CB, 70 and F7. RGB value is (203,112,247). Sum of RGB (Red+Green+Blue) = 203+112+247=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB70F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB70F7 is #348F08. Grayscale: #9A9A9A. Windows color (decimal): -3444489 or 16216267. OLE color: 16216267.
HSL color Cylindrical-coordinate representation of color #CB70F7: hue angle of 280.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB70F7 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 112 | 247 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.03 |
| HSL | 280.44º | 0.89% | 0.7% | - |
| HSV(B) | 280.44º | 0.55% | 0.97% | - |
| XYZ | 47.21 | 31 | 91.49 | - |
| YUV | 154.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 247 | 0.18 | 0.55 | 0 | 0.03 | 280.44 | 0.89 | 0.7 |
| Hex | CB | 70 | F7 | 12 | 37 | 0 | 3 | 118 | 59 | 46 |
| Octal | 313 | 160 | 367 | 22 | 67 | 0 | 3 | 430 | 131 | 106 |
| Binary | 11001011 | 1110000 | 11110111 | 10010 | 110111 | 0 | 11 | 100011000 | 1011001 | 1000110 |
Color Harmonies of #CB70F7
Complementary color
Monochromatic Colors of #CB70F7
Black with #CB70F7
Text Example
Text Example
White with #CB70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70F7; }
p { color: rgb(203,112,247); }
H1.HeaderClassName
{
color: #CB70F7;
}
.AnyTagClassName
{
color: #CB70F7;
}
</style>
background-color css
<style>
a { background-color: #CB70F7; }
a { background-color: rgb(203,112,247); }
div.DivClassName
{
background-color: #CB70F7;
}
.BgClassName
{
background-color: #CB70F7;
}
</style>
border-color css
<style>
span { border-color: #CB70F7; }
span { border-color: rgb(203,112,247); }
td.TdClassName
{
border-color: #CB70F7;
}
.TagClassName
{
border-color: #CB70F7;
}
</style>