Shades of Heliotrope #CB76F1
Tints of Heliotrope #CB76F1
RGB
CMYK
RGB Variations
Color information
#CB76F1 (or 0xCB76F1) is known color: Heliotrope. HEX triplet: CB, 76 and F1. RGB value is (203,118,241). Sum of RGB (Red+Green+Blue) = 203+118+241=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76F1 is #34890E. Grayscale: #9D9D9D. Windows color (decimal): -3442959 or 15824587. OLE color: 15824587.
HSL color Cylindrical-coordinate representation of color #CB76F1: hue angle of 281.46º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB76F1 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 118 | 241 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.05 |
| HSL | 281.46º | 0.81% | 0.7% | - |
| HSV(B) | 281.46º | 0.51% | 0.95% | - |
| XYZ | 46.98 | 32 | 86.92 | - |
| YUV | 157.44 | 175.16 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 241 | 0.16 | 0.51 | 0 | 0.05 | 281.46 | 0.81 | 0.7 |
| Hex | CB | 76 | F1 | 10 | 33 | 0 | 5 | 119 | 51 | 46 |
| Octal | 313 | 166 | 361 | 20 | 63 | 0 | 5 | 431 | 121 | 106 |
| Binary | 11001011 | 1110110 | 11110001 | 10000 | 110011 | 0 | 101 | 100011001 | 1010001 | 1000110 |
Color Harmonies of #CB76F1
Complementary color
Monochromatic Colors of #CB76F1
Black with #CB76F1
Text Example
Text Example
White with #CB76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76F1; }
p { color: rgb(203,118,241); }
H1.HeaderClassName
{
color: #CB76F1;
}
.AnyTagClassName
{
color: #CB76F1;
}
</style>
background-color css
<style>
a { background-color: #CB76F1; }
a { background-color: rgb(203,118,241); }
div.DivClassName
{
background-color: #CB76F1;
}
.BgClassName
{
background-color: #CB76F1;
}
</style>
border-color css
<style>
span { border-color: #CB76F1; }
span { border-color: rgb(203,118,241); }
td.TdClassName
{
border-color: #CB76F1;
}
.TagClassName
{
border-color: #CB76F1;
}
</style>