Shades of Heliotrope #C67EFA
Tints of Heliotrope #C67EFA
RGB
CMYK
RGB Variations
Color information
#C67EFA (or 0xC67EFA) is known color: Heliotrope. HEX triplet: C6, 7E and FA. RGB value is (198,126,250). Sum of RGB (Red+Green+Blue) = 198+126+250=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EFA is #398105. Grayscale: #A1A1A1. Windows color (decimal): -3768582 or 16416454. OLE color: 16416454.
HSL color Cylindrical-coordinate representation of color #C67EFA: hue angle of 274.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67EFA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 126 | 250 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.02 |
| HSL | 274.84º | 0.93% | 0.74% | - |
| HSV(B) | 274.84º | 0.5% | 0.98% | - |
| XYZ | 48 | 33.83 | 94.44 | - |
| YUV | 161.66 | 177.85 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 250 | 0.21 | 0.50 | 0 | 0.02 | 274.84 | 0.93 | 0.74 |
| Hex | C6 | 7E | FA | 15 | 32 | 0 | 2 | 113 | 5D | 4A |
| Octal | 306 | 176 | 372 | 25 | 62 | 0 | 2 | 423 | 135 | 112 |
| Binary | 11000110 | 1111110 | 11111010 | 10101 | 110010 | 0 | 10 | 100010011 | 1011101 | 1001010 |
Color Harmonies of #C67EFA
Complementary color
Monochromatic Colors of #C67EFA
Black with #C67EFA
Text Example
Text Example
White with #C67EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67EFA; }
p { color: rgb(198,126,250); }
H1.HeaderClassName
{
color: #C67EFA;
}
.AnyTagClassName
{
color: #C67EFA;
}
</style>
background-color css
<style>
a { background-color: #C67EFA; }
a { background-color: rgb(198,126,250); }
div.DivClassName
{
background-color: #C67EFA;
}
.BgClassName
{
background-color: #C67EFA;
}
</style>
border-color css
<style>
span { border-color: #C67EFA; }
span { border-color: rgb(198,126,250); }
td.TdClassName
{
border-color: #C67EFA;
}
.TagClassName
{
border-color: #C67EFA;
}
</style>