Shades of Heliotrope #C874EE
Tints of Heliotrope #C874EE
RGB
CMYK
RGB Variations
Color information
#C874EE (or 0xC874EE) is known color: Heliotrope. HEX triplet: C8, 74 and EE. RGB value is (200,116,238). Sum of RGB (Red+Green+Blue) = 200+116+238=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #C874EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874EE is #378B11. Grayscale: #9A9A9A. Windows color (decimal): -3640082 or 15627464. OLE color: 15627464.
HSL color Cylindrical-coordinate representation of color #C874EE: hue angle of 281.31º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C874EE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 116 | 238 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.07 |
| HSL | 281.31º | 0.78% | 0.69% | - |
| HSV(B) | 281.31º | 0.51% | 0.93% | - |
| XYZ | 45.5 | 30.94 | 84.46 | - |
| YUV | 155.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 238 | 0.16 | 0.51 | 0 | 0.07 | 281.31 | 0.78 | 0.69 |
| Hex | C8 | 74 | EE | 10 | 33 | 0 | 7 | 119 | 4E | 45 |
| Octal | 310 | 164 | 356 | 20 | 63 | 0 | 7 | 431 | 116 | 105 |
| Binary | 11001000 | 1110100 | 11101110 | 10000 | 110011 | 0 | 111 | 100011001 | 1001110 | 1000101 |
Color Harmonies of #C874EE
Complementary color
Monochromatic Colors of #C874EE
Black with #C874EE
Text Example
Text Example
White with #C874EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C874EE; }
p { color: rgb(200,116,238); }
H1.HeaderClassName
{
color: #C874EE;
}
.AnyTagClassName
{
color: #C874EE;
}
</style>
background-color css
<style>
a { background-color: #C874EE; }
a { background-color: rgb(200,116,238); }
div.DivClassName
{
background-color: #C874EE;
}
.BgClassName
{
background-color: #C874EE;
}
</style>
border-color css
<style>
span { border-color: #C874EE; }
span { border-color: rgb(200,116,238); }
td.TdClassName
{
border-color: #C874EE;
}
.TagClassName
{
border-color: #C874EE;
}
</style>