Shades of Heliotrope #C953FE
Tints of Heliotrope #C953FE
RGB
CMYK
RGB Variations
Color information
#C953FE (or 0xC953FE) is known color: Heliotrope. HEX triplet: C9, 53 and FE. RGB value is (201,83,254). Sum of RGB (Red+Green+Blue) = 201+83+254=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #C953FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953FE is #36AC01. Grayscale: #898989. Windows color (decimal): -3582978 or 16667593. OLE color: 16667593.
HSL color Cylindrical-coordinate representation of color #C953FE: hue angle of 281.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C953FE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 83 | 254 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.00 |
| HSL | 281.4º | 0.99% | 0.66% | - |
| HSV(B) | 281.4º | 0.67% | 1% | - |
| XYZ | 45.07 | 25.76 | 96.36 | - |
| YUV | 137.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 254 | 0.21 | 0.67 | 0 | 0.00 | 281.4 | 0.99 | 0.66 |
| Hex | C9 | 53 | FE | 15 | 43 | 0 | 0 | 119 | 63 | 42 |
| Octal | 311 | 123 | 376 | 25 | 103 | 0 | 0 | 431 | 143 | 102 |
| Binary | 11001001 | 1010011 | 11111110 | 10101 | 1000011 | 0 | 0 | 100011001 | 1100011 | 1000010 |
Color Harmonies of #C953FE
Complementary color
Monochromatic Colors of #C953FE
Black with #C953FE
Text Example
Text Example
White with #C953FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953FE; }
p { color: rgb(201,83,254); }
H1.HeaderClassName
{
color: #C953FE;
}
.AnyTagClassName
{
color: #C953FE;
}
</style>
background-color css
<style>
a { background-color: #C953FE; }
a { background-color: rgb(201,83,254); }
div.DivClassName
{
background-color: #C953FE;
}
.BgClassName
{
background-color: #C953FE;
}
</style>
border-color css
<style>
span { border-color: #C953FE; }
span { border-color: rgb(201,83,254); }
td.TdClassName
{
border-color: #C953FE;
}
.TagClassName
{
border-color: #C953FE;
}
</style>