Shades of Heliotrope #C960FD
Tints of Heliotrope #C960FD
RGB
CMYK
RGB Variations
Color information
#C960FD (or 0xC960FD) is known color: Heliotrope. HEX triplet: C9, 60 and FD. RGB value is (201,96,253). Sum of RGB (Red+Green+Blue) = 201+96+253=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #C960FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960FD is #369F02. Grayscale: #909090. Windows color (decimal): -3579651 or 16605385. OLE color: 16605385.
HSL color Cylindrical-coordinate representation of color #C960FD: hue angle of 280.13º 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 #C960FD is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 96 | 253 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.01 |
| HSL | 280.13º | 0.98% | 0.68% | - |
| HSV(B) | 280.13º | 0.62% | 0.99% | - |
| XYZ | 46 | 27.88 | 95.88 | - |
| YUV | 145.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 253 | 0.21 | 0.62 | 0 | 0.01 | 280.13 | 0.98 | 0.68 |
| Hex | C9 | 60 | FD | 15 | 3E | 0 | 1 | 118 | 62 | 44 |
| Octal | 311 | 140 | 375 | 25 | 76 | 0 | 1 | 430 | 142 | 104 |
| Binary | 11001001 | 1100000 | 11111101 | 10101 | 111110 | 0 | 1 | 100011000 | 1100010 | 1000100 |
Color Harmonies of #C960FD
Complementary color
Monochromatic Colors of #C960FD
Black with #C960FD
Text Example
Text Example
White with #C960FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960FD; }
p { color: rgb(201,96,253); }
H1.HeaderClassName
{
color: #C960FD;
}
.AnyTagClassName
{
color: #C960FD;
}
</style>
background-color css
<style>
a { background-color: #C960FD; }
a { background-color: rgb(201,96,253); }
div.DivClassName
{
background-color: #C960FD;
}
.BgClassName
{
background-color: #C960FD;
}
</style>
border-color css
<style>
span { border-color: #C960FD; }
span { border-color: rgb(201,96,253); }
td.TdClassName
{
border-color: #C960FD;
}
.TagClassName
{
border-color: #C960FD;
}
</style>