Shades of Heliotrope #C97DE5
Tints of Heliotrope #C97DE5
RGB
CMYK
RGB Variations
Color information
#C97DE5 (or 0xC97DE5) is known color: Heliotrope. HEX triplet: C9, 7D and E5. RGB value is (201,125,229). Sum of RGB (Red+Green+Blue) = 201+125+229=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #C97DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DE5 is #36821A. Grayscale: #9F9F9F. Windows color (decimal): -3572251 or 15039945. OLE color: 15039945.
HSL color Cylindrical-coordinate representation of color #C97DE5: hue angle of 283.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C97DE5 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 125 | 229 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.10 |
| HSL | 283.85º | 0.67% | 0.69% | - |
| HSV(B) | 283.85º | 0.45% | 0.9% | - |
| XYZ | 45.56 | 32.74 | 78.05 | - |
| YUV | 159.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 229 | 0.12 | 0.45 | 0 | 0.10 | 283.85 | 0.67 | 0.69 |
| Hex | C9 | 7D | E5 | C | 2D | 0 | A | 11C | 43 | 45 |
| Octal | 311 | 175 | 345 | 14 | 55 | 0 | 12 | 434 | 103 | 105 |
| Binary | 11001001 | 1111101 | 11100101 | 1100 | 101101 | 0 | 1010 | 100011100 | 1000011 | 1000101 |
Color Harmonies of #C97DE5
Complementary color
Monochromatic Colors of #C97DE5
Black with #C97DE5
Text Example
Text Example
White with #C97DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DE5; }
p { color: rgb(201,125,229); }
H1.HeaderClassName
{
color: #C97DE5;
}
.AnyTagClassName
{
color: #C97DE5;
}
</style>
background-color css
<style>
a { background-color: #C97DE5; }
a { background-color: rgb(201,125,229); }
div.DivClassName
{
background-color: #C97DE5;
}
.BgClassName
{
background-color: #C97DE5;
}
</style>
border-color css
<style>
span { border-color: #C97DE5; }
span { border-color: rgb(201,125,229); }
td.TdClassName
{
border-color: #C97DE5;
}
.TagClassName
{
border-color: #C97DE5;
}
</style>