Shades of Heliotrope #CB71F2
Tints of Heliotrope #CB71F2
RGB
CMYK
RGB Variations
Color information
#CB71F2 (or 0xCB71F2) is known color: Heliotrope. HEX triplet: CB, 71 and F2. RGB value is (203,113,242). Sum of RGB (Red+Green+Blue) = 203+113+242=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB71F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71F2 is #348E0D. Grayscale: #9A9A9A. Windows color (decimal): -3444238 or 15888843. OLE color: 15888843.
HSL color Cylindrical-coordinate representation of color #CB71F2: hue angle of 281.86º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB71F2 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 113 | 242 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.05 |
| HSL | 281.86º | 0.83% | 0.7% | - |
| HSV(B) | 281.86º | 0.53% | 0.95% | - |
| XYZ | 46.56 | 30.92 | 87.52 | - |
| YUV | 154.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 242 | 0.16 | 0.53 | 0 | 0.05 | 281.86 | 0.83 | 0.7 |
| Hex | CB | 71 | F2 | 10 | 35 | 0 | 5 | 11A | 53 | 46 |
| Octal | 313 | 161 | 362 | 20 | 65 | 0 | 5 | 432 | 123 | 106 |
| Binary | 11001011 | 1110001 | 11110010 | 10000 | 110101 | 0 | 101 | 100011010 | 1010011 | 1000110 |
Color Harmonies of #CB71F2
Complementary color
Monochromatic Colors of #CB71F2
Black with #CB71F2
Text Example
Text Example
White with #CB71F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71F2; }
p { color: rgb(203,113,242); }
H1.HeaderClassName
{
color: #CB71F2;
}
.AnyTagClassName
{
color: #CB71F2;
}
</style>
background-color css
<style>
a { background-color: #CB71F2; }
a { background-color: rgb(203,113,242); }
div.DivClassName
{
background-color: #CB71F2;
}
.BgClassName
{
background-color: #CB71F2;
}
</style>
border-color css
<style>
span { border-color: #CB71F2; }
span { border-color: rgb(203,113,242); }
td.TdClassName
{
border-color: #CB71F2;
}
.TagClassName
{
border-color: #CB71F2;
}
</style>