Shades of Heliotrope #C67FEE
Tints of Heliotrope #C67FEE
RGB
CMYK
RGB Variations
Color information
#C67FEE (or 0xC67FEE) is known color: Heliotrope. HEX triplet: C6, 7F and EE. RGB value is (198,127,238). Sum of RGB (Red+Green+Blue) = 198+127+238=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #C67FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FEE is #398011. Grayscale: #A0A0A0. Windows color (decimal): -3768338 or 15630278. OLE color: 15630278.
HSL color Cylindrical-coordinate representation of color #C67FEE: hue angle of 278.38º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C67FEE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 127 | 238 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.07 |
| HSL | 278.38º | 0.77% | 0.72% | - |
| HSV(B) | 278.38º | 0.47% | 0.93% | - |
| XYZ | 46.31 | 33.36 | 84.89 | - |
| YUV | 160.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 238 | 0.17 | 0.47 | 0 | 0.07 | 278.38 | 0.77 | 0.72 |
| Hex | C6 | 7F | EE | 11 | 2F | 0 | 7 | 116 | 4D | 48 |
| Octal | 306 | 177 | 356 | 21 | 57 | 0 | 7 | 426 | 115 | 110 |
| Binary | 11000110 | 1111111 | 11101110 | 10001 | 101111 | 0 | 111 | 100010110 | 1001101 | 1001000 |
Color Harmonies of #C67FEE
Complementary color
Monochromatic Colors of #C67FEE
Black with #C67FEE
Text Example
Text Example
White with #C67FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FEE; }
p { color: rgb(198,127,238); }
H1.HeaderClassName
{
color: #C67FEE;
}
.AnyTagClassName
{
color: #C67FEE;
}
</style>
background-color css
<style>
a { background-color: #C67FEE; }
a { background-color: rgb(198,127,238); }
div.DivClassName
{
background-color: #C67FEE;
}
.BgClassName
{
background-color: #C67FEE;
}
</style>
border-color css
<style>
span { border-color: #C67FEE; }
span { border-color: rgb(198,127,238); }
td.TdClassName
{
border-color: #C67FEE;
}
.TagClassName
{
border-color: #C67FEE;
}
</style>