Shades of Heliotrope #C95FFD
Tints of Heliotrope #C95FFD
RGB
CMYK
RGB Variations
Color information
#C95FFD (or 0xC95FFD) is known color: Heliotrope. HEX triplet: C9, 5F and FD. RGB value is (201,95,253). Sum of RGB (Red+Green+Blue) = 201+95+253=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #C95FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FFD is #36A002. Grayscale: #909090. Windows color (decimal): -3579907 or 16605129. OLE color: 16605129.
HSL color Cylindrical-coordinate representation of color #C95FFD: hue angle of 280.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95FFD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 95 | 253 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.01 |
| HSL | 280.25º | 0.98% | 0.68% | - |
| HSV(B) | 280.25º | 0.62% | 0.99% | - |
| XYZ | 45.91 | 27.69 | 95.85 | - |
| YUV | 144.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 253 | 0.21 | 0.62 | 0 | 0.01 | 280.25 | 0.98 | 0.68 |
| Hex | C9 | 5F | FD | 15 | 3E | 0 | 1 | 118 | 62 | 44 |
| Octal | 311 | 137 | 375 | 25 | 76 | 0 | 1 | 430 | 142 | 104 |
| Binary | 11001001 | 1011111 | 11111101 | 10101 | 111110 | 0 | 1 | 100011000 | 1100010 | 1000100 |
Color Harmonies of #C95FFD
Complementary color
Monochromatic Colors of #C95FFD
Black with #C95FFD
Text Example
Text Example
White with #C95FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FFD; }
p { color: rgb(201,95,253); }
H1.HeaderClassName
{
color: #C95FFD;
}
.AnyTagClassName
{
color: #C95FFD;
}
</style>
background-color css
<style>
a { background-color: #C95FFD; }
a { background-color: rgb(201,95,253); }
div.DivClassName
{
background-color: #C95FFD;
}
.BgClassName
{
background-color: #C95FFD;
}
</style>
border-color css
<style>
span { border-color: #C95FFD; }
span { border-color: rgb(201,95,253); }
td.TdClassName
{
border-color: #C95FFD;
}
.TagClassName
{
border-color: #C95FFD;
}
</style>