Shades of Heliotrope #C67CED
Tints of Heliotrope #C67CED
RGB
CMYK
RGB Variations
Color information
#C67CED (or 0xC67CED) is known color: Heliotrope. HEX triplet: C6, 7C and ED. RGB value is (198,124,237). Sum of RGB (Red+Green+Blue) = 198+124+237=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C67CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CED is #398312. Grayscale: #9E9E9E. Windows color (decimal): -3769107 or 15563974. OLE color: 15563974.
HSL color Cylindrical-coordinate representation of color #C67CED: hue angle of 279.29º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C67CED is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 124 | 237 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.07 |
| HSL | 279.29º | 0.76% | 0.71% | - |
| HSV(B) | 279.29º | 0.48% | 0.93% | - |
| XYZ | 45.78 | 32.54 | 83.99 | - |
| YUV | 159.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 237 | 0.16 | 0.48 | 0 | 0.07 | 279.29 | 0.76 | 0.71 |
| Hex | C6 | 7C | ED | 10 | 30 | 0 | 7 | 117 | 4C | 47 |
| Octal | 306 | 174 | 355 | 20 | 60 | 0 | 7 | 427 | 114 | 107 |
| Binary | 11000110 | 1111100 | 11101101 | 10000 | 110000 | 0 | 111 | 100010111 | 1001100 | 1000111 |
Color Harmonies of #C67CED
Complementary color
Monochromatic Colors of #C67CED
Black with #C67CED
Text Example
Text Example
White with #C67CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CED; }
p { color: rgb(198,124,237); }
H1.HeaderClassName
{
color: #C67CED;
}
.AnyTagClassName
{
color: #C67CED;
}
</style>
background-color css
<style>
a { background-color: #C67CED; }
a { background-color: rgb(198,124,237); }
div.DivClassName
{
background-color: #C67CED;
}
.BgClassName
{
background-color: #C67CED;
}
</style>
border-color css
<style>
span { border-color: #C67CED; }
span { border-color: rgb(198,124,237); }
td.TdClassName
{
border-color: #C67CED;
}
.TagClassName
{
border-color: #C67CED;
}
</style>