Shades of Heliotrope #C869EF
Tints of Heliotrope #C869EF
RGB
CMYK
RGB Variations
Color information
#C869EF (or 0xC869EF) is known color: Heliotrope. HEX triplet: C8, 69 and EF. RGB value is (200,105,239). Sum of RGB (Red+Green+Blue) = 200+105+239=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #C869EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869EF is #379610. Grayscale: #949494. Windows color (decimal): -3642897 or 15690184. OLE color: 15690184.
HSL color Cylindrical-coordinate representation of color #C869EF: hue angle of 282.54º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C869EF is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 105 | 239 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.06 |
| HSL | 282.54º | 0.81% | 0.67% | - |
| HSV(B) | 282.54º | 0.56% | 0.94% | - |
| XYZ | 44.45 | 28.61 | 84.84 | - |
| YUV | 148.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 239 | 0.16 | 0.56 | 0 | 0.06 | 282.54 | 0.81 | 0.67 |
| Hex | C8 | 69 | EF | 10 | 38 | 0 | 6 | 11B | 51 | 43 |
| Octal | 310 | 151 | 357 | 20 | 70 | 0 | 6 | 433 | 121 | 103 |
| Binary | 11001000 | 1101001 | 11101111 | 10000 | 111000 | 0 | 110 | 100011011 | 1010001 | 1000011 |
Color Harmonies of #C869EF
Complementary color
Monochromatic Colors of #C869EF
Black with #C869EF
Text Example
Text Example
White with #C869EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869EF; }
p { color: rgb(200,105,239); }
H1.HeaderClassName
{
color: #C869EF;
}
.AnyTagClassName
{
color: #C869EF;
}
</style>
background-color css
<style>
a { background-color: #C869EF; }
a { background-color: rgb(200,105,239); }
div.DivClassName
{
background-color: #C869EF;
}
.BgClassName
{
background-color: #C869EF;
}
</style>
border-color css
<style>
span { border-color: #C869EF; }
span { border-color: rgb(200,105,239); }
td.TdClassName
{
border-color: #C869EF;
}
.TagClassName
{
border-color: #C869EF;
}
</style>