Shades of Heliotrope #C95AFD
Tints of Heliotrope #C95AFD
RGB
CMYK
RGB Variations
Color information
#C95AFD (or 0xC95AFD) is known color: Heliotrope. HEX triplet: C9, 5A and FD. RGB value is (201,90,253). Sum of RGB (Red+Green+Blue) = 201+90+253=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 90 (35.55% from 255 or 16.54% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C95AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95AFD is #36A502. Grayscale: #8D8D8D. Windows color (decimal): -3581187 or 16603849. OLE color: 16603849.
HSL color Cylindrical-coordinate representation of color #C95AFD: hue angle of 280.86º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95AFD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 90 | 253 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.86º | 0.98% | 0.67% | - |
| HSV(B) | 280.86º | 0.64% | 0.99% | - |
| XYZ | 45.47 | 26.82 | 95.71 | - |
| YUV | 141.77 | 190.77 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 253 | 0.21 | 0.64 | 0 | 0.01 | 280.86 | 0.98 | 0.67 |
| Hex | C9 | 5A | FD | 15 | 40 | 0 | 1 | 119 | 62 | 43 |
| Octal | 311 | 132 | 375 | 25 | 100 | 0 | 1 | 431 | 142 | 103 |
| Binary | 11001001 | 1011010 | 11111101 | 10101 | 1000000 | 0 | 1 | 100011001 | 1100010 | 1000011 |
Color Harmonies of #C95AFD
Complementary color
Monochromatic Colors of #C95AFD
Black with #C95AFD
Text Example
Text Example
White with #C95AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AFD; }
p { color: rgb(201,90,253); }
H1.HeaderClassName
{
color: #C95AFD;
}
.AnyTagClassName
{
color: #C95AFD;
}
</style>
background-color css
<style>
a { background-color: #C95AFD; }
a { background-color: rgb(201,90,253); }
div.DivClassName
{
background-color: #C95AFD;
}
.BgClassName
{
background-color: #C95AFD;
}
</style>
border-color css
<style>
span { border-color: #C95AFD; }
span { border-color: rgb(201,90,253); }
td.TdClassName
{
border-color: #C95AFD;
}
.TagClassName
{
border-color: #C95AFD;
}
</style>