Shades of Heliotrope #C867F0
Tints of Heliotrope #C867F0
RGB
CMYK
RGB Variations
Color information
#C867F0 (or 0xC867F0) is known color: Heliotrope. HEX triplet: C8, 67 and F0. RGB value is (200,103,240). Sum of RGB (Red+Green+Blue) = 200+103+240=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #C867F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C867F0 is #37980F. Grayscale: #939393. Windows color (decimal): -3643408 or 15755208. OLE color: 15755208.
HSL color Cylindrical-coordinate representation of color #C867F0: hue angle of 282.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C867F0 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 103 | 240 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.06 |
| HSL | 282.48º | 0.82% | 0.67% | - |
| HSV(B) | 282.48º | 0.57% | 0.94% | - |
| XYZ | 44.4 | 28.27 | 85.55 | - |
| YUV | 147.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 240 | 0.17 | 0.57 | 0 | 0.06 | 282.48 | 0.82 | 0.67 |
| Hex | C8 | 67 | F0 | 11 | 39 | 0 | 6 | 11A | 52 | 43 |
| Octal | 310 | 147 | 360 | 21 | 71 | 0 | 6 | 432 | 122 | 103 |
| Binary | 11001000 | 1100111 | 11110000 | 10001 | 111001 | 0 | 110 | 100011010 | 1010010 | 1000011 |
Color Harmonies of #C867F0
Complementary color
Monochromatic Colors of #C867F0
Black with #C867F0
Text Example
Text Example
White with #C867F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867F0; }
p { color: rgb(200,103,240); }
H1.HeaderClassName
{
color: #C867F0;
}
.AnyTagClassName
{
color: #C867F0;
}
</style>
background-color css
<style>
a { background-color: #C867F0; }
a { background-color: rgb(200,103,240); }
div.DivClassName
{
background-color: #C867F0;
}
.BgClassName
{
background-color: #C867F0;
}
</style>
border-color css
<style>
span { border-color: #C867F0; }
span { border-color: rgb(200,103,240); }
td.TdClassName
{
border-color: #C867F0;
}
.TagClassName
{
border-color: #C867F0;
}
</style>