Shades of Heliotrope #C967FC
Tints of Heliotrope #C967FC
RGB
CMYK
RGB Variations
Color information
#C967FC (or 0xC967FC) is known color: Heliotrope. HEX triplet: C9, 67 and FC. RGB value is (201,103,252). Sum of RGB (Red+Green+Blue) = 201+103+252=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #C967FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967FC is #369803. Grayscale: #949494. Windows color (decimal): -3577860 or 16541641. OLE color: 16541641.
HSL color Cylindrical-coordinate representation of color #C967FC: hue angle of 279.46º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C967FC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 103 | 252 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.01 |
| HSL | 279.46º | 0.96% | 0.7% | - |
| HSV(B) | 279.46º | 0.59% | 0.99% | - |
| XYZ | 46.51 | 29.15 | 95.27 | - |
| YUV | 149.29 | 185.97 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 252 | 0.20 | 0.59 | 0 | 0.01 | 279.46 | 0.96 | 0.7 |
| Hex | C9 | 67 | FC | 14 | 3B | 0 | 1 | 117 | 60 | 46 |
| Octal | 311 | 147 | 374 | 24 | 73 | 0 | 1 | 427 | 140 | 106 |
| Binary | 11001001 | 1100111 | 11111100 | 10100 | 111011 | 0 | 1 | 100010111 | 1100000 | 1000110 |
Color Harmonies of #C967FC
Complementary color
Monochromatic Colors of #C967FC
Black with #C967FC
Text Example
Text Example
White with #C967FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967FC; }
p { color: rgb(201,103,252); }
H1.HeaderClassName
{
color: #C967FC;
}
.AnyTagClassName
{
color: #C967FC;
}
</style>
background-color css
<style>
a { background-color: #C967FC; }
a { background-color: rgb(201,103,252); }
div.DivClassName
{
background-color: #C967FC;
}
.BgClassName
{
background-color: #C967FC;
}
</style>
border-color css
<style>
span { border-color: #C967FC; }
span { border-color: rgb(201,103,252); }
td.TdClassName
{
border-color: #C967FC;
}
.TagClassName
{
border-color: #C967FC;
}
</style>