Shades of Heliotrope #C95CFD
Tints of Heliotrope #C95CFD
RGB
CMYK
RGB Variations
Color information
#C95CFD (or 0xC95CFD) is known color: Heliotrope. HEX triplet: C9, 5C and FD. RGB value is (201,92,253). Sum of RGB (Red+Green+Blue) = 201+92+253=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #C95CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CFD is #36A302. Grayscale: #8E8E8E. Windows color (decimal): -3580675 or 16604361. OLE color: 16604361.
HSL color Cylindrical-coordinate representation of color #C95CFD: hue angle of 280.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95CFD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 92 | 253 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.01 |
| HSL | 280.62º | 0.98% | 0.68% | - |
| HSV(B) | 280.62º | 0.64% | 0.99% | - |
| XYZ | 45.64 | 27.16 | 95.77 | - |
| YUV | 142.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 253 | 0.21 | 0.64 | 0 | 0.01 | 280.62 | 0.98 | 0.68 |
| Hex | C9 | 5C | FD | 15 | 40 | 0 | 1 | 119 | 62 | 44 |
| Octal | 311 | 134 | 375 | 25 | 100 | 0 | 1 | 431 | 142 | 104 |
| Binary | 11001001 | 1011100 | 11111101 | 10101 | 1000000 | 0 | 1 | 100011001 | 1100010 | 1000100 |
Color Harmonies of #C95CFD
Complementary color
Monochromatic Colors of #C95CFD
Black with #C95CFD
Text Example
Text Example
White with #C95CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CFD; }
p { color: rgb(201,92,253); }
H1.HeaderClassName
{
color: #C95CFD;
}
.AnyTagClassName
{
color: #C95CFD;
}
</style>
background-color css
<style>
a { background-color: #C95CFD; }
a { background-color: rgb(201,92,253); }
div.DivClassName
{
background-color: #C95CFD;
}
.BgClassName
{
background-color: #C95CFD;
}
</style>
border-color css
<style>
span { border-color: #C95CFD; }
span { border-color: rgb(201,92,253); }
td.TdClassName
{
border-color: #C95CFD;
}
.TagClassName
{
border-color: #C95CFD;
}
</style>