Shades of Heliotrope #C67CEB
Tints of Heliotrope #C67CEB
RGB
CMYK
RGB Variations
Color information
#C67CEB (or 0xC67CEB) is known color: Heliotrope. HEX triplet: C6, 7C and EB. RGB value is (198,124,235). Sum of RGB (Red+Green+Blue) = 198+124+235=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #C67CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CEB is #398314. Grayscale: #9E9E9E. Windows color (decimal): -3769109 or 15432902. OLE color: 15432902.
HSL color Cylindrical-coordinate representation of color #C67CEB: hue angle of 280º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67CEB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 124 | 235 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.08 |
| HSL | 280º | 0.74% | 0.7% | - |
| HSV(B) | 280º | 0.47% | 0.92% | - |
| XYZ | 45.49 | 32.42 | 82.46 | - |
| YUV | 158.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 235 | 0.16 | 0.47 | 0 | 0.08 | 280 | 0.74 | 0.7 |
| Hex | C6 | 7C | EB | 10 | 2F | 0 | 8 | 118 | 4A | 46 |
| Octal | 306 | 174 | 353 | 20 | 57 | 0 | 10 | 430 | 112 | 106 |
| Binary | 11000110 | 1111100 | 11101011 | 10000 | 101111 | 0 | 1000 | 100011000 | 1001010 | 1000110 |
Color Harmonies of #C67CEB
Complementary color
Monochromatic Colors of #C67CEB
Black with #C67CEB
Text Example
Text Example
White with #C67CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CEB; }
p { color: rgb(198,124,235); }
H1.HeaderClassName
{
color: #C67CEB;
}
.AnyTagClassName
{
color: #C67CEB;
}
</style>
background-color css
<style>
a { background-color: #C67CEB; }
a { background-color: rgb(198,124,235); }
div.DivClassName
{
background-color: #C67CEB;
}
.BgClassName
{
background-color: #C67CEB;
}
</style>
border-color css
<style>
span { border-color: #C67CEB; }
span { border-color: rgb(198,124,235); }
td.TdClassName
{
border-color: #C67CEB;
}
.TagClassName
{
border-color: #C67CEB;
}
</style>