Shades of Heliotrope #C983FB
Tints of Heliotrope #C983FB
RGB
CMYK
RGB Variations
Color information
#C983FB (or 0xC983FB) is known color: Heliotrope. HEX triplet: C9, 83 and FB. RGB value is (201,131,251). Sum of RGB (Red+Green+Blue) = 201+131+251=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 131 (51.56% from 255 or 22.47% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #C983FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C983FB is #367C04. Grayscale: #A5A5A5. Windows color (decimal): -3570693 or 16483273. OLE color: 16483273.
HSL color Cylindrical-coordinate representation of color #C983FB: hue angle of 275º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C983FB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 131 | 251 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.02 |
| HSL | 275º | 0.94% | 0.75% | - |
| HSV(B) | 275º | 0.48% | 0.98% | - |
| XYZ | 49.62 | 35.62 | 95.53 | - |
| YUV | 165.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 251 | 0.20 | 0.48 | 0 | 0.02 | 275 | 0.94 | 0.75 |
| Hex | C9 | 83 | FB | 14 | 30 | 0 | 2 | 113 | 5E | 4B |
| Octal | 311 | 203 | 373 | 24 | 60 | 0 | 2 | 423 | 136 | 113 |
| Binary | 11001001 | 10000011 | 11111011 | 10100 | 110000 | 0 | 10 | 100010011 | 1011110 | 1001011 |
Color Harmonies of #C983FB
Complementary color
Monochromatic Colors of #C983FB
Black with #C983FB
Text Example
Text Example
White with #C983FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C983FB; }
p { color: rgb(201,131,251); }
H1.HeaderClassName
{
color: #C983FB;
}
.AnyTagClassName
{
color: #C983FB;
}
</style>
background-color css
<style>
a { background-color: #C983FB; }
a { background-color: rgb(201,131,251); }
div.DivClassName
{
background-color: #C983FB;
}
.BgClassName
{
background-color: #C983FB;
}
</style>
border-color css
<style>
span { border-color: #C983FB; }
span { border-color: rgb(201,131,251); }
td.TdClassName
{
border-color: #C983FB;
}
.TagClassName
{
border-color: #C983FB;
}
</style>