Shades of Heliotrope #CB7DF8
Tints of Heliotrope #CB7DF8
RGB
CMYK
RGB Variations
Color information
#CB7DF8 (or 0xCB7DF8) is known color: Heliotrope. HEX triplet: CB, 7D and F8. RGB value is (203,125,248). Sum of RGB (Red+Green+Blue) = 203+125+248=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB7DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7DF8 is #348207. Grayscale: #A1A1A1. Windows color (decimal): -3441160 or 16285131. OLE color: 16285131.
HSL color Cylindrical-coordinate representation of color #CB7DF8: hue angle of 278.05º 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 #CB7DF8 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 125 | 248 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.03 |
| HSL | 278.05º | 0.9% | 0.73% | - |
| HSV(B) | 278.05º | 0.5% | 0.97% | - |
| XYZ | 48.91 | 34.14 | 92.82 | - |
| YUV | 162.34 | 176.34 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 248 | 0.18 | 0.50 | 0 | 0.03 | 278.05 | 0.9 | 0.73 |
| Hex | CB | 7D | F8 | 12 | 32 | 0 | 3 | 116 | 5A | 49 |
| Octal | 313 | 175 | 370 | 22 | 62 | 0 | 3 | 426 | 132 | 111 |
| Binary | 11001011 | 1111101 | 11111000 | 10010 | 110010 | 0 | 11 | 100010110 | 1011010 | 1001001 |
Color Harmonies of #CB7DF8
Complementary color
Monochromatic Colors of #CB7DF8
Black with #CB7DF8
Text Example
Text Example
White with #CB7DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7DF8; }
p { color: rgb(203,125,248); }
H1.HeaderClassName
{
color: #CB7DF8;
}
.AnyTagClassName
{
color: #CB7DF8;
}
</style>
background-color css
<style>
a { background-color: #CB7DF8; }
a { background-color: rgb(203,125,248); }
div.DivClassName
{
background-color: #CB7DF8;
}
.BgClassName
{
background-color: #CB7DF8;
}
</style>
border-color css
<style>
span { border-color: #CB7DF8; }
span { border-color: rgb(203,125,248); }
td.TdClassName
{
border-color: #CB7DF8;
}
.TagClassName
{
border-color: #CB7DF8;
}
</style>