Shades of Heliotrope #C67DF8
Tints of Heliotrope #C67DF8
RGB
CMYK
RGB Variations
Color information
#C67DF8 (or 0xC67DF8) is known color: Heliotrope. HEX triplet: C6, 7D and F8. RGB value is (198,125,248). Sum of RGB (Red+Green+Blue) = 198+125+248=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #C67DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DF8 is #398207. Grayscale: #A0A0A0. Windows color (decimal): -3768840 or 16285126. OLE color: 16285126.
HSL color Cylindrical-coordinate representation of color #C67DF8: hue angle of 275.61º 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 #C67DF8 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 125 | 248 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.03 |
| HSL | 275.61º | 0.9% | 0.73% | - |
| HSV(B) | 275.61º | 0.5% | 0.97% | - |
| XYZ | 47.57 | 33.45 | 92.76 | - |
| YUV | 160.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 248 | 0.20 | 0.50 | 0 | 0.03 | 275.61 | 0.9 | 0.73 |
| Hex | C6 | 7D | F8 | 14 | 32 | 0 | 3 | 114 | 5A | 49 |
| Octal | 306 | 175 | 370 | 24 | 62 | 0 | 3 | 424 | 132 | 111 |
| Binary | 11000110 | 1111101 | 11111000 | 10100 | 110010 | 0 | 11 | 100010100 | 1011010 | 1001001 |
Color Harmonies of #C67DF8
Complementary color
Monochromatic Colors of #C67DF8
Black with #C67DF8
Text Example
Text Example
White with #C67DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DF8; }
p { color: rgb(198,125,248); }
H1.HeaderClassName
{
color: #C67DF8;
}
.AnyTagClassName
{
color: #C67DF8;
}
</style>
background-color css
<style>
a { background-color: #C67DF8; }
a { background-color: rgb(198,125,248); }
div.DivClassName
{
background-color: #C67DF8;
}
.BgClassName
{
background-color: #C67DF8;
}
</style>
border-color css
<style>
span { border-color: #C67DF8; }
span { border-color: rgb(198,125,248); }
td.TdClassName
{
border-color: #C67DF8;
}
.TagClassName
{
border-color: #C67DF8;
}
</style>