Shades of Heliotrope #C37DED
Tints of Heliotrope #C37DED
RGB
CMYK
RGB Variations
Color information
#C37DED (or 0xC37DED) is known color: Heliotrope. HEX triplet: C3, 7D and ED. RGB value is (195,125,237). Sum of RGB (Red+Green+Blue) = 195+125+237=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #C37DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DED is #3C8212. Grayscale: #9E9E9E. Windows color (decimal): -3965459 or 15564227. OLE color: 15564227.
HSL color Cylindrical-coordinate representation of color #C37DED: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C37DED is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 125 | 237 | - |
CMYK | 0.18 | 0.47 | 0 | 0.07 |
HSL | 277.5º | 0.76% | 0.71% | - |
HSV(B) | 277.5º | 0.47% | 0.93% | - |
XYZ | 45.13 | 32.38 | 83.99 | - |
YUV | 158.7 | 172.19 | 153.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 125 | 237 | 0.18 | 0.47 | 0 | 0.07 | 277.5 | 0.76 | 0.71 |
Hex | C3 | 7D | ED | 12 | 2F | 0 | 7 | 116 | 4C | 47 |
Octal | 303 | 175 | 355 | 22 | 57 | 0 | 7 | 426 | 114 | 107 |
Binary | 11000011 | 1111101 | 11101101 | 10010 | 101111 | 0 | 111 | 100010110 | 1001100 | 1000111 |
Color Harmonies of #C37DED
Complementary color
Monochromatic Colors of #C37DED
Black with #C37DED
Text Example
Text Example
White with #C37DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DED; }
p { color: rgb(195,125,237); }
H1.HeaderClassName
{
color: #C37DED;
}
.AnyTagClassName
{
color: #C37DED;
}
</style>
background-color css
<style>
a { background-color: #C37DED; }
a { background-color: rgb(195,125,237); }
div.DivClassName
{
background-color: #C37DED;
}
.BgClassName
{
background-color: #C37DED;
}
</style>
border-color css
<style>
span { border-color: #C37DED; }
span { border-color: rgb(195,125,237); }
td.TdClassName
{
border-color: #C37DED;
}
.TagClassName
{
border-color: #C37DED;
}
</style>