Shades of Heliotrope #C67DF1
Tints of Heliotrope #C67DF1
RGB
CMYK
RGB Variations
Color information
#C67DF1 (or 0xC67DF1) is known color: Heliotrope. HEX triplet: C6, 7D and F1. RGB value is (198,125,241). Sum of RGB (Red+Green+Blue) = 198+125+241=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #C67DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DF1 is #39820E. Grayscale: #9F9F9F. Windows color (decimal): -3768847 or 15826374. OLE color: 15826374.
HSL color Cylindrical-coordinate representation of color #C67DF1: hue angle of 277.76º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67DF1 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 125 | 241 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.05 |
| HSL | 277.76º | 0.81% | 0.72% | - |
| HSV(B) | 277.76º | 0.48% | 0.95% | - |
| XYZ | 46.5 | 33.02 | 87.14 | - |
| YUV | 160.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 241 | 0.18 | 0.48 | 0 | 0.05 | 277.76 | 0.81 | 0.72 |
| Hex | C6 | 7D | F1 | 12 | 30 | 0 | 5 | 116 | 51 | 48 |
| Octal | 306 | 175 | 361 | 22 | 60 | 0 | 5 | 426 | 121 | 110 |
| Binary | 11000110 | 1111101 | 11110001 | 10010 | 110000 | 0 | 101 | 100010110 | 1010001 | 1001000 |
Color Harmonies of #C67DF1
Complementary color
Monochromatic Colors of #C67DF1
Black with #C67DF1
Text Example
Text Example
White with #C67DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DF1; }
p { color: rgb(198,125,241); }
H1.HeaderClassName
{
color: #C67DF1;
}
.AnyTagClassName
{
color: #C67DF1;
}
</style>
background-color css
<style>
a { background-color: #C67DF1; }
a { background-color: rgb(198,125,241); }
div.DivClassName
{
background-color: #C67DF1;
}
.BgClassName
{
background-color: #C67DF1;
}
</style>
border-color css
<style>
span { border-color: #C67DF1; }
span { border-color: rgb(198,125,241); }
td.TdClassName
{
border-color: #C67DF1;
}
.TagClassName
{
border-color: #C67DF1;
}
</style>