Shades of Heliotrope #C962FD
Tints of Heliotrope #C962FD
RGB
CMYK
RGB Variations
Color information
#C962FD (or 0xC962FD) is known color: Heliotrope. HEX triplet: C9, 62 and FD. RGB value is (201,98,253). Sum of RGB (Red+Green+Blue) = 201+98+253=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #C962FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962FD is #369D02. Grayscale: #919191. Windows color (decimal): -3579139 or 16605897. OLE color: 16605897.
HSL color Cylindrical-coordinate representation of color #C962FD: hue angle of 279.87º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C962FD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 98 | 253 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.01 |
| HSL | 279.87º | 0.97% | 0.69% | - |
| HSV(B) | 279.87º | 0.61% | 0.99% | - |
| XYZ | 46.18 | 28.24 | 95.95 | - |
| YUV | 146.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 253 | 0.21 | 0.61 | 0 | 0.01 | 279.87 | 0.97 | 0.69 |
| Hex | C9 | 62 | FD | 15 | 3D | 0 | 1 | 118 | 61 | 45 |
| Octal | 311 | 142 | 375 | 25 | 75 | 0 | 1 | 430 | 141 | 105 |
| Binary | 11001001 | 1100010 | 11111101 | 10101 | 111101 | 0 | 1 | 100011000 | 1100001 | 1000101 |
Color Harmonies of #C962FD
Complementary color
Monochromatic Colors of #C962FD
Black with #C962FD
Text Example
Text Example
White with #C962FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962FD; }
p { color: rgb(201,98,253); }
H1.HeaderClassName
{
color: #C962FD;
}
.AnyTagClassName
{
color: #C962FD;
}
</style>
background-color css
<style>
a { background-color: #C962FD; }
a { background-color: rgb(201,98,253); }
div.DivClassName
{
background-color: #C962FD;
}
.BgClassName
{
background-color: #C962FD;
}
</style>
border-color css
<style>
span { border-color: #C962FD; }
span { border-color: rgb(201,98,253); }
td.TdClassName
{
border-color: #C962FD;
}
.TagClassName
{
border-color: #C962FD;
}
</style>