Shades of Heliotrope #C960FB
Tints of Heliotrope #C960FB
RGB
CMYK
RGB Variations
Color information
#C960FB (or 0xC960FB) is known color: Heliotrope. HEX triplet: C9, 60 and FB. RGB value is (201,96,251). Sum of RGB (Red+Green+Blue) = 201+96+251=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #C960FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960FB is #369F04. Grayscale: #909090. Windows color (decimal): -3579653 or 16474313. OLE color: 16474313.
HSL color Cylindrical-coordinate representation of color #C960FB: hue angle of 280.65º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C960FB is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 96 | 251 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.02 |
| HSL | 280.65º | 0.95% | 0.68% | - |
| HSV(B) | 280.65º | 0.62% | 0.98% | - |
| XYZ | 45.68 | 27.75 | 94.22 | - |
| YUV | 145.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 251 | 0.20 | 0.62 | 0 | 0.02 | 280.65 | 0.95 | 0.68 |
| Hex | C9 | 60 | FB | 14 | 3E | 0 | 2 | 119 | 5F | 44 |
| Octal | 311 | 140 | 373 | 24 | 76 | 0 | 2 | 431 | 137 | 104 |
| Binary | 11001001 | 1100000 | 11111011 | 10100 | 111110 | 0 | 10 | 100011001 | 1011111 | 1000100 |
Color Harmonies of #C960FB
Complementary color
Monochromatic Colors of #C960FB
Black with #C960FB
Text Example
Text Example
White with #C960FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960FB; }
p { color: rgb(201,96,251); }
H1.HeaderClassName
{
color: #C960FB;
}
.AnyTagClassName
{
color: #C960FB;
}
</style>
background-color css
<style>
a { background-color: #C960FB; }
a { background-color: rgb(201,96,251); }
div.DivClassName
{
background-color: #C960FB;
}
.BgClassName
{
background-color: #C960FB;
}
</style>
border-color css
<style>
span { border-color: #C960FB; }
span { border-color: rgb(201,96,251); }
td.TdClassName
{
border-color: #C960FB;
}
.TagClassName
{
border-color: #C960FB;
}
</style>