Shades of Heliotrope #C953FB
Tints of Heliotrope #C953FB
RGB
CMYK
RGB Variations
Color information
#C953FB (or 0xC953FB) is known color: Heliotrope. HEX triplet: C9, 53 and FB. RGB value is (201,83,251). Sum of RGB (Red+Green+Blue) = 201+83+251=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #C953FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953FB is #36AC04. Grayscale: #888888. Windows color (decimal): -3582981 or 16470985. OLE color: 16470985.
HSL color Cylindrical-coordinate representation of color #C953FB: hue angle of 282.14º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C953FB is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 83 | 251 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.02 |
| HSL | 282.14º | 0.95% | 0.65% | - |
| HSV(B) | 282.14º | 0.67% | 0.98% | - |
| XYZ | 44.59 | 25.57 | 93.85 | - |
| YUV | 137.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 251 | 0.20 | 0.67 | 0 | 0.02 | 282.14 | 0.95 | 0.65 |
| Hex | C9 | 53 | FB | 14 | 43 | 0 | 2 | 11A | 5F | 41 |
| Octal | 311 | 123 | 373 | 24 | 103 | 0 | 2 | 432 | 137 | 101 |
| Binary | 11001001 | 1010011 | 11111011 | 10100 | 1000011 | 0 | 10 | 100011010 | 1011111 | 1000001 |
Color Harmonies of #C953FB
Complementary color
Monochromatic Colors of #C953FB
Black with #C953FB
Text Example
Text Example
White with #C953FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953FB; }
p { color: rgb(201,83,251); }
H1.HeaderClassName
{
color: #C953FB;
}
.AnyTagClassName
{
color: #C953FB;
}
</style>
background-color css
<style>
a { background-color: #C953FB; }
a { background-color: rgb(201,83,251); }
div.DivClassName
{
background-color: #C953FB;
}
.BgClassName
{
background-color: #C953FB;
}
</style>
border-color css
<style>
span { border-color: #C953FB; }
span { border-color: rgb(201,83,251); }
td.TdClassName
{
border-color: #C953FB;
}
.TagClassName
{
border-color: #C953FB;
}
</style>