Shades of Heliotrope #CB7CF8
Tints of Heliotrope #CB7CF8
RGB
CMYK
RGB Variations
Color information
#CB7CF8 (or 0xCB7CF8) is known color: Heliotrope. HEX triplet: CB, 7C and F8. RGB value is (203,124,248). Sum of RGB (Red+Green+Blue) = 203+124+248=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB7CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CF8 is #348307. Grayscale: #A1A1A1. Windows color (decimal): -3441416 or 16284875. OLE color: 16284875.
HSL color Cylindrical-coordinate representation of color #CB7CF8: hue angle of 278.23º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7CF8 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 124 | 248 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.03 |
| HSL | 278.23º | 0.9% | 0.73% | - |
| HSV(B) | 278.23º | 0.5% | 0.97% | - |
| XYZ | 48.78 | 33.89 | 92.78 | - |
| YUV | 161.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 248 | 0.18 | 0.5 | 0 | 0.03 | 278.23 | 0.9 | 0.73 |
| Hex | CB | 7C | F8 | 12 | 32 | 0 | 3 | 116 | 5A | 49 |
| Octal | 313 | 174 | 370 | 22 | 62 | 0 | 3 | 426 | 132 | 111 |
| Binary | 11001011 | 1111100 | 11111000 | 10010 | 110010 | 0 | 11 | 100010110 | 1011010 | 1001001 |
Color Harmonies of #CB7CF8
Complementary color
Monochromatic Colors of #CB7CF8
Black with #CB7CF8
Text Example
Text Example
White with #CB7CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CF8; }
p { color: rgb(203,124,248); }
H1.HeaderClassName
{
color: #CB7CF8;
}
.AnyTagClassName
{
color: #CB7CF8;
}
</style>
background-color css
<style>
a { background-color: #CB7CF8; }
a { background-color: rgb(203,124,248); }
div.DivClassName
{
background-color: #CB7CF8;
}
.BgClassName
{
background-color: #CB7CF8;
}
</style>
border-color css
<style>
span { border-color: #CB7CF8; }
span { border-color: rgb(203,124,248); }
td.TdClassName
{
border-color: #CB7CF8;
}
.TagClassName
{
border-color: #CB7CF8;
}
</style>