Shades of Heliotrope #CB79FF
Tints of Heliotrope #CB79FF
RGB
CMYK
RGB Variations
Color information
#CB79FF (or 0xCB79FF) is known color: Heliotrope. HEX triplet: CB, 79 and FF. RGB value is (203,121,255). Sum of RGB (Red+Green+Blue) = 203+121+255=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB79FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB79FF is #348600. Grayscale: #A0A0A0. Windows color (decimal): -3442177 or 16742859. OLE color: 16742859.
HSL color Cylindrical-coordinate representation of color #CB79FF: hue angle of 276.72º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB79FF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 121 | 255 | - |
| CMYK | 0.20 | 0.53 | 0 | 0 |
| HSL | 276.72º | 1% | 0.74% | - |
| HSV(B) | 276.72º | 0.53% | 1% | - |
| XYZ | 49.52 | 33.59 | 98.48 | - |
| YUV | 160.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 255 | 0.20 | 0.53 | 0 | 0 | 276.72 | 1 | 0.74 |
| Hex | CB | 79 | FF | 14 | 35 | 0 | 0 | 115 | 64 | 4A |
| Octal | 313 | 171 | 377 | 24 | 65 | 0 | 0 | 425 | 144 | 112 |
| Binary | 11001011 | 1111001 | 11111111 | 10100 | 110101 | 0 | 0 | 100010101 | 1100100 | 1001010 |
Color Harmonies of #CB79FF
Complementary color
Monochromatic Colors of #CB79FF
Black with #CB79FF
Text Example
Text Example
White with #CB79FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB79FF; }
p { color: rgb(203,121,255); }
H1.HeaderClassName
{
color: #CB79FF;
}
.AnyTagClassName
{
color: #CB79FF;
}
</style>
background-color css
<style>
a { background-color: #CB79FF; }
a { background-color: rgb(203,121,255); }
div.DivClassName
{
background-color: #CB79FF;
}
.BgClassName
{
background-color: #CB79FF;
}
</style>
border-color css
<style>
span { border-color: #CB79FF; }
span { border-color: rgb(203,121,255); }
td.TdClassName
{
border-color: #CB79FF;
}
.TagClassName
{
border-color: #CB79FF;
}
</style>