Shades of Heliotrope #C67EFC
Tints of Heliotrope #C67EFC
RGB
CMYK
RGB Variations
Color information
#C67EFC (or 0xC67EFC) is known color: Heliotrope. HEX triplet: C6, 7E and FC. RGB value is (198,126,252). Sum of RGB (Red+Green+Blue) = 198+126+252=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #C67EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EFC is #398103. Grayscale: #A1A1A1. Windows color (decimal): -3768580 or 16547526. OLE color: 16547526.
HSL color Cylindrical-coordinate representation of color #C67EFC: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67EFC is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 126 | 252 | - |
| CMYK | 0.21 | 0.5 | 0 | 0.01 |
| HSL | 274.29º | 0.95% | 0.74% | - |
| HSV(B) | 274.29º | 0.5% | 0.99% | - |
| XYZ | 48.32 | 33.96 | 96.1 | - |
| YUV | 161.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 252 | 0.21 | 0.5 | 0 | 0.01 | 274.29 | 0.95 | 0.74 |
| Hex | C6 | 7E | FC | 15 | 32 | 0 | 1 | 112 | 5F | 4A |
| Octal | 306 | 176 | 374 | 25 | 62 | 0 | 1 | 422 | 137 | 112 |
| Binary | 11000110 | 1111110 | 11111100 | 10101 | 110010 | 0 | 1 | 100010010 | 1011111 | 1001010 |
Color Harmonies of #C67EFC
Complementary color
Monochromatic Colors of #C67EFC
Black with #C67EFC
Text Example
Text Example
White with #C67EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EFC; }
p { color: rgb(198,126,252); }
H1.HeaderClassName
{
color: #C67EFC;
}
.AnyTagClassName
{
color: #C67EFC;
}
</style>
background-color css
<style>
a { background-color: #C67EFC; }
a { background-color: rgb(198,126,252); }
div.DivClassName
{
background-color: #C67EFC;
}
.BgClassName
{
background-color: #C67EFC;
}
</style>
border-color css
<style>
span { border-color: #C67EFC; }
span { border-color: rgb(198,126,252); }
td.TdClassName
{
border-color: #C67EFC;
}
.TagClassName
{
border-color: #C67EFC;
}
</style>