Shades of Heliotrope #C377FD
Tints of Heliotrope #C377FD
RGB
CMYK
RGB Variations
Color information
#C377FD (or 0xC377FD) is known color: Heliotrope. HEX triplet: C3, 77 and FD. RGB value is (195,119,253). Sum of RGB (Red+Green+Blue) = 195+119+253=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C377FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C377FD is #3C8802. Grayscale: #9C9C9C. Windows color (decimal): -3966979 or 16611267. OLE color: 16611267.
HSL color Cylindrical-coordinate representation of color #C377FD: hue angle of 274.03º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C377FD is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 119 | 253 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.01 |
| HSL | 274.03º | 0.97% | 0.73% | - |
| HSV(B) | 274.03º | 0.53% | 0.99% | - |
| XYZ | 46.83 | 31.89 | 96.62 | - |
| YUV | 157 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 253 | 0.23 | 0.53 | 0 | 0.01 | 274.03 | 0.97 | 0.73 |
| Hex | C3 | 77 | FD | 17 | 35 | 0 | 1 | 112 | 61 | 49 |
| Octal | 303 | 167 | 375 | 27 | 65 | 0 | 1 | 422 | 141 | 111 |
| Binary | 11000011 | 1110111 | 11111101 | 10111 | 110101 | 0 | 1 | 100010010 | 1100001 | 1001001 |
Color Harmonies of #C377FD
Complementary color
Monochromatic Colors of #C377FD
Black with #C377FD
Text Example
Text Example
White with #C377FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377FD; }
p { color: rgb(195,119,253); }
H1.HeaderClassName
{
color: #C377FD;
}
.AnyTagClassName
{
color: #C377FD;
}
</style>
background-color css
<style>
a { background-color: #C377FD; }
a { background-color: rgb(195,119,253); }
div.DivClassName
{
background-color: #C377FD;
}
.BgClassName
{
background-color: #C377FD;
}
</style>
border-color css
<style>
span { border-color: #C377FD; }
span { border-color: rgb(195,119,253); }
td.TdClassName
{
border-color: #C377FD;
}
.TagClassName
{
border-color: #C377FD;
}
</style>