Shades of Heliotrope #C982ED
Tints of Heliotrope #C982ED
RGB
CMYK
RGB Variations
Color information
#C982ED (or 0xC982ED) is known color: Heliotrope. HEX triplet: C9, 82 and ED. RGB value is (201,130,237). Sum of RGB (Red+Green+Blue) = 201+130+237=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #C982ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982ED is #367D12. Grayscale: #A3A3A3. Windows color (decimal): -3570963 or 15565513. OLE color: 15565513.
HSL color Cylindrical-coordinate representation of color #C982ED: hue angle of 279.81º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C982ED is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 130 | 237 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.07 |
| HSL | 279.81º | 0.75% | 0.72% | - |
| HSV(B) | 279.81º | 0.45% | 0.93% | - |
| XYZ | 47.36 | 34.5 | 84.28 | - |
| YUV | 163.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 237 | 0.15 | 0.45 | 0 | 0.07 | 279.81 | 0.75 | 0.72 |
| Hex | C9 | 82 | ED | F | 2D | 0 | 7 | 118 | 4B | 48 |
| Octal | 311 | 202 | 355 | 17 | 55 | 0 | 7 | 430 | 113 | 110 |
| Binary | 11001001 | 10000010 | 11101101 | 1111 | 101101 | 0 | 111 | 100011000 | 1001011 | 1001000 |
Color Harmonies of #C982ED
Complementary color
Monochromatic Colors of #C982ED
Black with #C982ED
Text Example
Text Example
White with #C982ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982ED; }
p { color: rgb(201,130,237); }
H1.HeaderClassName
{
color: #C982ED;
}
.AnyTagClassName
{
color: #C982ED;
}
</style>
background-color css
<style>
a { background-color: #C982ED; }
a { background-color: rgb(201,130,237); }
div.DivClassName
{
background-color: #C982ED;
}
.BgClassName
{
background-color: #C982ED;
}
</style>
border-color css
<style>
span { border-color: #C982ED; }
span { border-color: rgb(201,130,237); }
td.TdClassName
{
border-color: #C982ED;
}
.TagClassName
{
border-color: #C982ED;
}
</style>