Shades of Heliotrope #C377F8
Tints of Heliotrope #C377F8
RGB
CMYK
RGB Variations
Color information
#C377F8 (or 0xC377F8) is known color: Heliotrope. HEX triplet: C3, 77 and F8. RGB value is (195,119,248). Sum of RGB (Red+Green+Blue) = 195+119+248=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #C377F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377F8 is #3C8807. Grayscale: #9B9B9B. Windows color (decimal): -3966984 or 16283587. OLE color: 16283587.
HSL color Cylindrical-coordinate representation of color #C377F8: hue angle of 275.35º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C377F8 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 119 | 248 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.03 |
| HSL | 275.35º | 0.9% | 0.72% | - |
| HSV(B) | 275.35º | 0.52% | 0.97% | - |
| XYZ | 46.05 | 31.57 | 92.47 | - |
| YUV | 156.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 248 | 0.21 | 0.52 | 0 | 0.03 | 275.35 | 0.9 | 0.72 |
| Hex | C3 | 77 | F8 | 15 | 34 | 0 | 3 | 113 | 5A | 48 |
| Octal | 303 | 167 | 370 | 25 | 64 | 0 | 3 | 423 | 132 | 110 |
| Binary | 11000011 | 1110111 | 11111000 | 10101 | 110100 | 0 | 11 | 100010011 | 1011010 | 1001000 |
Color Harmonies of #C377F8
Complementary color
Monochromatic Colors of #C377F8
Black with #C377F8
Text Example
Text Example
White with #C377F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377F8; }
p { color: rgb(195,119,248); }
H1.HeaderClassName
{
color: #C377F8;
}
.AnyTagClassName
{
color: #C377F8;
}
</style>
background-color css
<style>
a { background-color: #C377F8; }
a { background-color: rgb(195,119,248); }
div.DivClassName
{
background-color: #C377F8;
}
.BgClassName
{
background-color: #C377F8;
}
</style>
border-color css
<style>
span { border-color: #C377F8; }
span { border-color: rgb(195,119,248); }
td.TdClassName
{
border-color: #C377F8;
}
.TagClassName
{
border-color: #C377F8;
}
</style>