Shades of Heliotrope #C869F0
Tints of Heliotrope #C869F0
RGB
CMYK
RGB Variations
Color information
#C869F0 (or 0xC869F0) is known color: Heliotrope. HEX triplet: C8, 69 and F0. RGB value is (200,105,240). Sum of RGB (Red+Green+Blue) = 200+105+240=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #C869F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869F0 is #37960F. Grayscale: #949494. Windows color (decimal): -3642896 or 15755720. OLE color: 15755720.
HSL color Cylindrical-coordinate representation of color #C869F0: hue angle of 282.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C869F0 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 105 | 240 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.06 |
| HSL | 282.22º | 0.82% | 0.68% | - |
| HSV(B) | 282.22º | 0.56% | 0.94% | - |
| XYZ | 44.6 | 28.67 | 85.62 | - |
| YUV | 148.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 240 | 0.17 | 0.56 | 0 | 0.06 | 282.22 | 0.82 | 0.68 |
| Hex | C8 | 69 | F0 | 11 | 38 | 0 | 6 | 11A | 52 | 44 |
| Octal | 310 | 151 | 360 | 21 | 70 | 0 | 6 | 432 | 122 | 104 |
| Binary | 11001000 | 1101001 | 11110000 | 10001 | 111000 | 0 | 110 | 100011010 | 1010010 | 1000100 |
Color Harmonies of #C869F0
Complementary color
Monochromatic Colors of #C869F0
Black with #C869F0
Text Example
Text Example
White with #C869F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869F0; }
p { color: rgb(200,105,240); }
H1.HeaderClassName
{
color: #C869F0;
}
.AnyTagClassName
{
color: #C869F0;
}
</style>
background-color css
<style>
a { background-color: #C869F0; }
a { background-color: rgb(200,105,240); }
div.DivClassName
{
background-color: #C869F0;
}
.BgClassName
{
background-color: #C869F0;
}
</style>
border-color css
<style>
span { border-color: #C869F0; }
span { border-color: rgb(200,105,240); }
td.TdClassName
{
border-color: #C869F0;
}
.TagClassName
{
border-color: #C869F0;
}
</style>