Shades of Heliotrope #C67BF1
Tints of Heliotrope #C67BF1
RGB
CMYK
RGB Variations
Color information
#C67BF1 (or 0xC67BF1) is known color: Heliotrope. HEX triplet: C6, 7B and F1. RGB value is (198,123,241). Sum of RGB (Red+Green+Blue) = 198+123+241=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #C67BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67BF1 is #39840E. Grayscale: #9E9E9E. Windows color (decimal): -3769359 or 15825862. OLE color: 15825862.
HSL color Cylindrical-coordinate representation of color #C67BF1: hue angle of 278.14º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67BF1 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 123 | 241 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.05 |
| HSL | 278.14º | 0.81% | 0.71% | - |
| HSV(B) | 278.14º | 0.49% | 0.95% | - |
| XYZ | 46.25 | 32.52 | 87.06 | - |
| YUV | 158.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 241 | 0.18 | 0.49 | 0 | 0.05 | 278.14 | 0.81 | 0.71 |
| Hex | C6 | 7B | F1 | 12 | 31 | 0 | 5 | 116 | 51 | 47 |
| Octal | 306 | 173 | 361 | 22 | 61 | 0 | 5 | 426 | 121 | 107 |
| Binary | 11000110 | 1111011 | 11110001 | 10010 | 110001 | 0 | 101 | 100010110 | 1010001 | 1000111 |
Color Harmonies of #C67BF1
Complementary color
Monochromatic Colors of #C67BF1
Black with #C67BF1
Text Example
Text Example
White with #C67BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BF1; }
p { color: rgb(198,123,241); }
H1.HeaderClassName
{
color: #C67BF1;
}
.AnyTagClassName
{
color: #C67BF1;
}
</style>
background-color css
<style>
a { background-color: #C67BF1; }
a { background-color: rgb(198,123,241); }
div.DivClassName
{
background-color: #C67BF1;
}
.BgClassName
{
background-color: #C67BF1;
}
</style>
border-color css
<style>
span { border-color: #C67BF1; }
span { border-color: rgb(198,123,241); }
td.TdClassName
{
border-color: #C67BF1;
}
.TagClassName
{
border-color: #C67BF1;
}
</style>