Shades of Heliotrope #C983FD
Tints of Heliotrope #C983FD
RGB
CMYK
RGB Variations
Color information
#C983FD (or 0xC983FD) is known color: Heliotrope. HEX triplet: C9, 83 and FD. RGB value is (201,131,253). Sum of RGB (Red+Green+Blue) = 201+131+253=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 131 (51.56% from 255 or 22.39% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #C983FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C983FD is #367C02. Grayscale: #A5A5A5. Windows color (decimal): -3570691 or 16614345. OLE color: 16614345.
HSL color Cylindrical-coordinate representation of color #C983FD: hue angle of 274.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C983FD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 131 | 253 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.01 |
| HSL | 274.43º | 0.97% | 0.75% | - |
| HSV(B) | 274.43º | 0.48% | 0.99% | - |
| XYZ | 49.93 | 35.74 | 97.2 | - |
| YUV | 165.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 253 | 0.21 | 0.48 | 0 | 0.01 | 274.43 | 0.97 | 0.75 |
| Hex | C9 | 83 | FD | 15 | 30 | 0 | 1 | 112 | 61 | 4B |
| Octal | 311 | 203 | 375 | 25 | 60 | 0 | 1 | 422 | 141 | 113 |
| Binary | 11001001 | 10000011 | 11111101 | 10101 | 110000 | 0 | 1 | 100010010 | 1100001 | 1001011 |
Color Harmonies of #C983FD
Complementary color
Monochromatic Colors of #C983FD
Black with #C983FD
Text Example
Text Example
White with #C983FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C983FD; }
p { color: rgb(201,131,253); }
H1.HeaderClassName
{
color: #C983FD;
}
.AnyTagClassName
{
color: #C983FD;
}
</style>
background-color css
<style>
a { background-color: #C983FD; }
a { background-color: rgb(201,131,253); }
div.DivClassName
{
background-color: #C983FD;
}
.BgClassName
{
background-color: #C983FD;
}
</style>
border-color css
<style>
span { border-color: #C983FD; }
span { border-color: rgb(201,131,253); }
td.TdClassName
{
border-color: #C983FD;
}
.TagClassName
{
border-color: #C983FD;
}
</style>