Shades of Heliotrope #CB79E8
Tints of Heliotrope #CB79E8
RGB
CMYK
RGB Variations
Color information
#CB79E8 (or 0xCB79E8) is known color: Heliotrope. HEX triplet: CB, 79 and E8. RGB value is (203,121,232). Sum of RGB (Red+Green+Blue) = 203+121+232=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB79E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB79E8 is #348617. Grayscale: #9D9D9D. Windows color (decimal): -3442200 or 15235531. OLE color: 15235531.
HSL color Cylindrical-coordinate representation of color #CB79E8: hue angle of 284.32º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB79E8 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 121 | 232 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.09 |
| HSL | 284.32º | 0.71% | 0.69% | - |
| HSV(B) | 284.32º | 0.48% | 0.91% | - |
| XYZ | 46.03 | 32.2 | 80.13 | - |
| YUV | 158.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 232 | 0.12 | 0.48 | 0 | 0.09 | 284.32 | 0.71 | 0.69 |
| Hex | CB | 79 | E8 | C | 30 | 0 | 9 | 11C | 47 | 45 |
| Octal | 313 | 171 | 350 | 14 | 60 | 0 | 11 | 434 | 107 | 105 |
| Binary | 11001011 | 1111001 | 11101000 | 1100 | 110000 | 0 | 1001 | 100011100 | 1000111 | 1000101 |
Color Harmonies of #CB79E8
Complementary color
Monochromatic Colors of #CB79E8
Black with #CB79E8
Text Example
Text Example
White with #CB79E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB79E8; }
p { color: rgb(203,121,232); }
H1.HeaderClassName
{
color: #CB79E8;
}
.AnyTagClassName
{
color: #CB79E8;
}
</style>
background-color css
<style>
a { background-color: #CB79E8; }
a { background-color: rgb(203,121,232); }
div.DivClassName
{
background-color: #CB79E8;
}
.BgClassName
{
background-color: #CB79E8;
}
</style>
border-color css
<style>
span { border-color: #CB79E8; }
span { border-color: rgb(203,121,232); }
td.TdClassName
{
border-color: #CB79E8;
}
.TagClassName
{
border-color: #CB79E8;
}
</style>