Shades of Heliotrope #C67FEF
Tints of Heliotrope #C67FEF
RGB
CMYK
RGB Variations
Color information
#C67FEF (or 0xC67FEF) is known color: Heliotrope. HEX triplet: C6, 7F and EF. RGB value is (198,127,239). Sum of RGB (Red+Green+Blue) = 198+127+239=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #C67FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FEF is #398010. Grayscale: #A0A0A0. Windows color (decimal): -3768337 or 15695814. OLE color: 15695814.
HSL color Cylindrical-coordinate representation of color #C67FEF: hue angle of 278.04º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67FEF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 127 | 239 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.06 |
| HSL | 278.04º | 0.78% | 0.72% | - |
| HSV(B) | 278.04º | 0.47% | 0.94% | - |
| XYZ | 46.46 | 33.42 | 85.66 | - |
| YUV | 161 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 239 | 0.17 | 0.47 | 0 | 0.06 | 278.04 | 0.78 | 0.72 |
| Hex | C6 | 7F | EF | 11 | 2F | 0 | 6 | 116 | 4E | 48 |
| Octal | 306 | 177 | 357 | 21 | 57 | 0 | 6 | 426 | 116 | 110 |
| Binary | 11000110 | 1111111 | 11101111 | 10001 | 101111 | 0 | 110 | 100010110 | 1001110 | 1001000 |
Color Harmonies of #C67FEF
Complementary color
Monochromatic Colors of #C67FEF
Black with #C67FEF
Text Example
Text Example
White with #C67FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FEF; }
p { color: rgb(198,127,239); }
H1.HeaderClassName
{
color: #C67FEF;
}
.AnyTagClassName
{
color: #C67FEF;
}
</style>
background-color css
<style>
a { background-color: #C67FEF; }
a { background-color: rgb(198,127,239); }
div.DivClassName
{
background-color: #C67FEF;
}
.BgClassName
{
background-color: #C67FEF;
}
</style>
border-color css
<style>
span { border-color: #C67FEF; }
span { border-color: rgb(198,127,239); }
td.TdClassName
{
border-color: #C67FEF;
}
.TagClassName
{
border-color: #C67FEF;
}
</style>