Shades of Heliotrope #C989F8
Tints of Heliotrope #C989F8
RGB
CMYK
RGB Variations
Color information
#C989F8 (or 0xC989F8) is known color: Heliotrope. HEX triplet: C9, 89 and F8. RGB value is (201,137,248). Sum of RGB (Red+Green+Blue) = 201+137+248=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #C989F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C989F8 is #367607. Grayscale: #A8A8A8. Windows color (decimal): -3569160 or 16288201. OLE color: 16288201.
HSL color Cylindrical-coordinate representation of color #C989F8: hue angle of 274.59º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C989F8 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 137 | 248 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.03 |
| HSL | 274.59º | 0.89% | 0.75% | - |
| HSV(B) | 274.59º | 0.45% | 0.97% | - |
| XYZ | 49.98 | 37.09 | 93.33 | - |
| YUV | 168.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 248 | 0.19 | 0.45 | 0 | 0.03 | 274.59 | 0.89 | 0.75 |
| Hex | C9 | 89 | F8 | 13 | 2D | 0 | 3 | 113 | 59 | 4B |
| Octal | 311 | 211 | 370 | 23 | 55 | 0 | 3 | 423 | 131 | 113 |
| Binary | 11001001 | 10001001 | 11111000 | 10011 | 101101 | 0 | 11 | 100010011 | 1011001 | 1001011 |
Color Harmonies of #C989F8
Complementary color
Monochromatic Colors of #C989F8
Black with #C989F8
Text Example
Text Example
White with #C989F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C989F8; }
p { color: rgb(201,137,248); }
H1.HeaderClassName
{
color: #C989F8;
}
.AnyTagClassName
{
color: #C989F8;
}
</style>
background-color css
<style>
a { background-color: #C989F8; }
a { background-color: rgb(201,137,248); }
div.DivClassName
{
background-color: #C989F8;
}
.BgClassName
{
background-color: #C989F8;
}
</style>
border-color css
<style>
span { border-color: #C989F8; }
span { border-color: rgb(201,137,248); }
td.TdClassName
{
border-color: #C989F8;
}
.TagClassName
{
border-color: #C989F8;
}
</style>