Shades of Heliotrope #C967FF
Tints of Heliotrope #C967FF
RGB
CMYK
RGB Variations
Color information
#C967FF (or 0xC967FF) is known color: Heliotrope. HEX triplet: C9, 67 and FF. RGB value is (201,103,255). Sum of RGB (Red+Green+Blue) = 201+103+255=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #C967FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C967FF is #369800. Grayscale: #959595. Windows color (decimal): -3577857 or 16738249. OLE color: 16738249.
HSL color Cylindrical-coordinate representation of color #C967FF: hue angle of 278.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C967FF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 103 | 255 | - |
| CMYK | 0.21 | 0.60 | 0 | 0 |
| HSL | 278.68º | 1% | 0.7% | - |
| HSV(B) | 278.68º | 0.6% | 1% | - |
| XYZ | 46.99 | 29.34 | 97.79 | - |
| YUV | 149.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 255 | 0.21 | 0.60 | 0 | 0 | 278.68 | 1 | 0.7 |
| Hex | C9 | 67 | FF | 15 | 3C | 0 | 0 | 117 | 64 | 46 |
| Octal | 311 | 147 | 377 | 25 | 74 | 0 | 0 | 427 | 144 | 106 |
| Binary | 11001001 | 1100111 | 11111111 | 10101 | 111100 | 0 | 0 | 100010111 | 1100100 | 1000110 |
Color Harmonies of #C967FF
Complementary color
Monochromatic Colors of #C967FF
Black with #C967FF
Text Example
Text Example
White with #C967FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967FF; }
p { color: rgb(201,103,255); }
H1.HeaderClassName
{
color: #C967FF;
}
.AnyTagClassName
{
color: #C967FF;
}
</style>
background-color css
<style>
a { background-color: #C967FF; }
a { background-color: rgb(201,103,255); }
div.DivClassName
{
background-color: #C967FF;
}
.BgClassName
{
background-color: #C967FF;
}
</style>
border-color css
<style>
span { border-color: #C967FF; }
span { border-color: rgb(201,103,255); }
td.TdClassName
{
border-color: #C967FF;
}
.TagClassName
{
border-color: #C967FF;
}
</style>