Shades of Heliotrope #CB71F1
Tints of Heliotrope #CB71F1
RGB
CMYK
RGB Variations
Color information
#CB71F1 (or 0xCB71F1) is known color: Heliotrope. HEX triplet: CB, 71 and F1. RGB value is (203,113,241). Sum of RGB (Red+Green+Blue) = 203+113+241=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB71F1 is #348E0E. Grayscale: #9A9A9A. Windows color (decimal): -3444239 or 15823307. OLE color: 15823307.
HSL color Cylindrical-coordinate representation of color #CB71F1: hue angle of 282.19º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB71F1 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 113 | 241 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.05 |
| HSL | 282.19º | 0.82% | 0.69% | - |
| HSV(B) | 282.19º | 0.53% | 0.95% | - |
| XYZ | 46.41 | 30.86 | 86.73 | - |
| YUV | 154.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 241 | 0.16 | 0.53 | 0 | 0.05 | 282.19 | 0.82 | 0.69 |
| Hex | CB | 71 | F1 | 10 | 35 | 0 | 5 | 11A | 52 | 45 |
| Octal | 313 | 161 | 361 | 20 | 65 | 0 | 5 | 432 | 122 | 105 |
| Binary | 11001011 | 1110001 | 11110001 | 10000 | 110101 | 0 | 101 | 100011010 | 1010010 | 1000101 |
Color Harmonies of #CB71F1
Complementary color
Monochromatic Colors of #CB71F1
Black with #CB71F1
Text Example
Text Example
White with #CB71F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71F1; }
p { color: rgb(203,113,241); }
H1.HeaderClassName
{
color: #CB71F1;
}
.AnyTagClassName
{
color: #CB71F1;
}
</style>
background-color css
<style>
a { background-color: #CB71F1; }
a { background-color: rgb(203,113,241); }
div.DivClassName
{
background-color: #CB71F1;
}
.BgClassName
{
background-color: #CB71F1;
}
</style>
border-color css
<style>
span { border-color: #CB71F1; }
span { border-color: rgb(203,113,241); }
td.TdClassName
{
border-color: #CB71F1;
}
.TagClassName
{
border-color: #CB71F1;
}
</style>