Shades of Heliotrope #C869ED
Tints of Heliotrope #C869ED
RGB
CMYK
RGB Variations
Color information
#C869ED (or 0xC869ED) is known color: Heliotrope. HEX triplet: C8, 69 and ED. RGB value is (200,105,237). Sum of RGB (Red+Green+Blue) = 200+105+237=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C869ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869ED is #379612. Grayscale: #949494. Windows color (decimal): -3642899 or 15559112. OLE color: 15559112.
HSL color Cylindrical-coordinate representation of color #C869ED: hue angle of 283.18º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C869ED is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 105 | 237 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.07 |
| HSL | 283.18º | 0.79% | 0.67% | - |
| HSV(B) | 283.18º | 0.56% | 0.93% | - |
| XYZ | 44.16 | 28.5 | 83.29 | - |
| YUV | 148.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 237 | 0.16 | 0.56 | 0 | 0.07 | 283.18 | 0.79 | 0.67 |
| Hex | C8 | 69 | ED | 10 | 38 | 0 | 7 | 11B | 4F | 43 |
| Octal | 310 | 151 | 355 | 20 | 70 | 0 | 7 | 433 | 117 | 103 |
| Binary | 11001000 | 1101001 | 11101101 | 10000 | 111000 | 0 | 111 | 100011011 | 1001111 | 1000011 |
Color Harmonies of #C869ED
Complementary color
Monochromatic Colors of #C869ED
Black with #C869ED
Text Example
Text Example
White with #C869ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869ED; }
p { color: rgb(200,105,237); }
H1.HeaderClassName
{
color: #C869ED;
}
.AnyTagClassName
{
color: #C869ED;
}
</style>
background-color css
<style>
a { background-color: #C869ED; }
a { background-color: rgb(200,105,237); }
div.DivClassName
{
background-color: #C869ED;
}
.BgClassName
{
background-color: #C869ED;
}
</style>
border-color css
<style>
span { border-color: #C869ED; }
span { border-color: rgb(200,105,237); }
td.TdClassName
{
border-color: #C869ED;
}
.TagClassName
{
border-color: #C869ED;
}
</style>