Shades of Heliotrope #CB76F8
Tints of Heliotrope #CB76F8
RGB
CMYK
RGB Variations
Color information
#CB76F8 (or 0xCB76F8) is known color: Heliotrope. HEX triplet: CB, 76 and F8. RGB value is (203,118,248). Sum of RGB (Red+Green+Blue) = 203+118+248=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB76F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB76F8 is #348907. Grayscale: #9D9D9D. Windows color (decimal): -3442952 or 16283339. OLE color: 16283339.
HSL color Cylindrical-coordinate representation of color #CB76F8: hue angle of 279.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB76F8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 118 | 248 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.03 |
| HSL | 279.23º | 0.9% | 0.72% | - |
| HSV(B) | 279.23º | 0.52% | 0.97% | - |
| XYZ | 48.05 | 32.43 | 92.53 | - |
| YUV | 158.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 248 | 0.18 | 0.52 | 0 | 0.03 | 279.23 | 0.9 | 0.72 |
| Hex | CB | 76 | F8 | 12 | 34 | 0 | 3 | 117 | 5A | 48 |
| Octal | 313 | 166 | 370 | 22 | 64 | 0 | 3 | 427 | 132 | 110 |
| Binary | 11001011 | 1110110 | 11111000 | 10010 | 110100 | 0 | 11 | 100010111 | 1011010 | 1001000 |
Color Harmonies of #CB76F8
Complementary color
Monochromatic Colors of #CB76F8
Black with #CB76F8
Text Example
Text Example
White with #CB76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB76F8; }
p { color: rgb(203,118,248); }
H1.HeaderClassName
{
color: #CB76F8;
}
.AnyTagClassName
{
color: #CB76F8;
}
</style>
background-color css
<style>
a { background-color: #CB76F8; }
a { background-color: rgb(203,118,248); }
div.DivClassName
{
background-color: #CB76F8;
}
.BgClassName
{
background-color: #CB76F8;
}
</style>
border-color css
<style>
span { border-color: #CB76F8; }
span { border-color: rgb(203,118,248); }
td.TdClassName
{
border-color: #CB76F8;
}
.TagClassName
{
border-color: #CB76F8;
}
</style>