Shades of Heliotrope #C67FEA
Tints of Heliotrope #C67FEA
RGB
CMYK
RGB Variations
Color information
#C67FEA (or 0xC67FEA) is known color: Heliotrope. HEX triplet: C6, 7F and EA. RGB value is (198,127,234). Sum of RGB (Red+Green+Blue) = 198+127+234=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #C67FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FEA is #398015. Grayscale: #A0A0A0. Windows color (decimal): -3768342 or 15368134. OLE color: 15368134.
HSL color Cylindrical-coordinate representation of color #C67FEA: hue angle of 279.81º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C67FEA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 127 | 234 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.08 |
| HSL | 279.81º | 0.72% | 0.71% | - |
| HSV(B) | 279.81º | 0.46% | 0.92% | - |
| XYZ | 45.73 | 33.13 | 81.83 | - |
| YUV | 160.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 234 | 0.15 | 0.46 | 0 | 0.08 | 279.81 | 0.72 | 0.71 |
| Hex | C6 | 7F | EA | F | 2E | 0 | 8 | 118 | 48 | 47 |
| Octal | 306 | 177 | 352 | 17 | 56 | 0 | 10 | 430 | 110 | 107 |
| Binary | 11000110 | 1111111 | 11101010 | 1111 | 101110 | 0 | 1000 | 100011000 | 1001000 | 1000111 |
Color Harmonies of #C67FEA
Complementary color
Monochromatic Colors of #C67FEA
Black with #C67FEA
Text Example
Text Example
White with #C67FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FEA; }
p { color: rgb(198,127,234); }
H1.HeaderClassName
{
color: #C67FEA;
}
.AnyTagClassName
{
color: #C67FEA;
}
</style>
background-color css
<style>
a { background-color: #C67FEA; }
a { background-color: rgb(198,127,234); }
div.DivClassName
{
background-color: #C67FEA;
}
.BgClassName
{
background-color: #C67FEA;
}
</style>
border-color css
<style>
span { border-color: #C67FEA; }
span { border-color: rgb(198,127,234); }
td.TdClassName
{
border-color: #C67FEA;
}
.TagClassName
{
border-color: #C67FEA;
}
</style>