Shades of Heliotrope #C967FA
Tints of Heliotrope #C967FA
RGB
CMYK
RGB Variations
Color information
#C967FA (or 0xC967FA) is known color: Heliotrope. HEX triplet: C9, 67 and FA. RGB value is (201,103,250). Sum of RGB (Red+Green+Blue) = 201+103+250=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #C967FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967FA is #369805. Grayscale: #949494. Windows color (decimal): -3577862 or 16410569. OLE color: 16410569.
HSL color Cylindrical-coordinate representation of color #C967FA: hue angle of 280º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C967FA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 103 | 250 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.02 |
| HSL | 280º | 0.94% | 0.69% | - |
| HSV(B) | 280º | 0.59% | 0.98% | - |
| XYZ | 46.19 | 29.02 | 93.61 | - |
| YUV | 149.06 | 184.97 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 250 | 0.20 | 0.59 | 0 | 0.02 | 280 | 0.94 | 0.69 |
| Hex | C9 | 67 | FA | 14 | 3B | 0 | 2 | 118 | 5E | 45 |
| Octal | 311 | 147 | 372 | 24 | 73 | 0 | 2 | 430 | 136 | 105 |
| Binary | 11001001 | 1100111 | 11111010 | 10100 | 111011 | 0 | 10 | 100011000 | 1011110 | 1000101 |
Color Harmonies of #C967FA
Complementary color
Monochromatic Colors of #C967FA
Black with #C967FA
Text Example
Text Example
White with #C967FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967FA; }
p { color: rgb(201,103,250); }
H1.HeaderClassName
{
color: #C967FA;
}
.AnyTagClassName
{
color: #C967FA;
}
</style>
background-color css
<style>
a { background-color: #C967FA; }
a { background-color: rgb(201,103,250); }
div.DivClassName
{
background-color: #C967FA;
}
.BgClassName
{
background-color: #C967FA;
}
</style>
border-color css
<style>
span { border-color: #C967FA; }
span { border-color: rgb(201,103,250); }
td.TdClassName
{
border-color: #C967FA;
}
.TagClassName
{
border-color: #C967FA;
}
</style>