Shades of Heliotrope #C965FE
Tints of Heliotrope #C965FE
RGB
CMYK
RGB Variations
Color information
#C965FE (or 0xC965FE) is known color: Heliotrope. HEX triplet: C9, 65 and FE. RGB value is (201,101,254). Sum of RGB (Red+Green+Blue) = 201+101+254=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #C965FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965FE is #369A01. Grayscale: #939393. Windows color (decimal): -3578370 or 16672201. OLE color: 16672201.
HSL color Cylindrical-coordinate representation of color #C965FE: hue angle of 279.22º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C965FE is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 101 | 254 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.00 |
| HSL | 279.22º | 0.99% | 0.7% | - |
| HSV(B) | 279.22º | 0.6% | 1% | - |
| XYZ | 46.63 | 28.88 | 96.88 | - |
| YUV | 148.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 254 | 0.21 | 0.60 | 0 | 0.00 | 279.22 | 0.99 | 0.7 |
| Hex | C9 | 65 | FE | 15 | 3C | 0 | 0 | 117 | 63 | 46 |
| Octal | 311 | 145 | 376 | 25 | 74 | 0 | 0 | 427 | 143 | 106 |
| Binary | 11001001 | 1100101 | 11111110 | 10101 | 111100 | 0 | 0 | 100010111 | 1100011 | 1000110 |
Color Harmonies of #C965FE
Complementary color
Monochromatic Colors of #C965FE
Black with #C965FE
Text Example
Text Example
White with #C965FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965FE; }
p { color: rgb(201,101,254); }
H1.HeaderClassName
{
color: #C965FE;
}
.AnyTagClassName
{
color: #C965FE;
}
</style>
background-color css
<style>
a { background-color: #C965FE; }
a { background-color: rgb(201,101,254); }
div.DivClassName
{
background-color: #C965FE;
}
.BgClassName
{
background-color: #C965FE;
}
</style>
border-color css
<style>
span { border-color: #C965FE; }
span { border-color: rgb(201,101,254); }
td.TdClassName
{
border-color: #C965FE;
}
.TagClassName
{
border-color: #C965FE;
}
</style>