Shades of Heliotrope #C97DED
Tints of Heliotrope #C97DED
RGB
CMYK
RGB Variations
Color information
#C97DED (or 0xC97DED) is known color: Heliotrope. HEX triplet: C9, 7D and ED. RGB value is (201,125,237). Sum of RGB (Red+Green+Blue) = 201+125+237=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #C97DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DED is #368212. Grayscale: #A0A0A0. Windows color (decimal): -3572243 or 15564233. OLE color: 15564233.
HSL color Cylindrical-coordinate representation of color #C97DED: hue angle of 280.71º 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 #C97DED is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 125 | 237 | - |
CMYK | 0.15 | 0.47 | 0 | 0.07 |
HSL | 280.71º | 0.76% | 0.71% | - |
HSV(B) | 280.71º | 0.47% | 0.93% | - |
XYZ | 46.71 | 33.2 | 84.07 | - |
YUV | 160.49 | 171.18 | 156.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 125 | 237 | 0.15 | 0.47 | 0 | 0.07 | 280.71 | 0.76 | 0.71 |
Hex | C9 | 7D | ED | F | 2F | 0 | 7 | 119 | 4C | 47 |
Octal | 311 | 175 | 355 | 17 | 57 | 0 | 7 | 431 | 114 | 107 |
Binary | 11001001 | 1111101 | 11101101 | 1111 | 101111 | 0 | 111 | 100011001 | 1001100 | 1000111 |
Color Harmonies of #C97DED
Complementary color
Monochromatic Colors of #C97DED
Black with #C97DED
Text Example
Text Example
White with #C97DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DED; }
p { color: rgb(201,125,237); }
H1.HeaderClassName
{
color: #C97DED;
}
.AnyTagClassName
{
color: #C97DED;
}
</style>
background-color css
<style>
a { background-color: #C97DED; }
a { background-color: rgb(201,125,237); }
div.DivClassName
{
background-color: #C97DED;
}
.BgClassName
{
background-color: #C97DED;
}
</style>
border-color css
<style>
span { border-color: #C97DED; }
span { border-color: rgb(201,125,237); }
td.TdClassName
{
border-color: #C97DED;
}
.TagClassName
{
border-color: #C97DED;
}
</style>