Shades of Heliotrope #C97DFE
Tints of Heliotrope #C97DFE
RGB
CMYK
RGB Variations
Color information
#C97DFE (or 0xC97DFE) is known color: Heliotrope. HEX triplet: C9, 7D and FE. RGB value is (201,125,254). Sum of RGB (Red+Green+Blue) = 201+125+254=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C97DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DFE is #368201. Grayscale: #A1A1A1. Windows color (decimal): -3572226 or 16678345. OLE color: 16678345.
HSL color Cylindrical-coordinate representation of color #C97DFE: hue angle of 275.35º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97DFE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 125 | 254 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.00 |
| HSL | 275.35º | 0.98% | 0.74% | - |
| HSV(B) | 275.35º | 0.51% | 1% | - |
| XYZ | 49.31 | 34.24 | 97.78 | - |
| YUV | 162.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 254 | 0.21 | 0.51 | 0 | 0.00 | 275.35 | 0.98 | 0.74 |
| Hex | C9 | 7D | FE | 15 | 33 | 0 | 0 | 113 | 62 | 4A |
| Octal | 311 | 175 | 376 | 25 | 63 | 0 | 0 | 423 | 142 | 112 |
| Binary | 11001001 | 1111101 | 11111110 | 10101 | 110011 | 0 | 0 | 100010011 | 1100010 | 1001010 |
Color Harmonies of #C97DFE
Complementary color
Monochromatic Colors of #C97DFE
Black with #C97DFE
Text Example
Text Example
White with #C97DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DFE; }
p { color: rgb(201,125,254); }
H1.HeaderClassName
{
color: #C97DFE;
}
.AnyTagClassName
{
color: #C97DFE;
}
</style>
background-color css
<style>
a { background-color: #C97DFE; }
a { background-color: rgb(201,125,254); }
div.DivClassName
{
background-color: #C97DFE;
}
.BgClassName
{
background-color: #C97DFE;
}
</style>
border-color css
<style>
span { border-color: #C97DFE; }
span { border-color: rgb(201,125,254); }
td.TdClassName
{
border-color: #C97DFE;
}
.TagClassName
{
border-color: #C97DFE;
}
</style>