Shades of Heliotrope #C968FF
Tints of Heliotrope #C968FF
RGB
CMYK
RGB Variations
Color information
#C968FF (or 0xC968FF) is known color: Heliotrope. HEX triplet: C9, 68 and FF. RGB value is (201,104,255). Sum of RGB (Red+Green+Blue) = 201+104+255=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #C968FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968FF is #369700. Grayscale: #959595. Windows color (decimal): -3577601 or 16738505. OLE color: 16738505.
HSL color Cylindrical-coordinate representation of color #C968FF: hue angle of 278.54º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C968FF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 104 | 255 | - |
| CMYK | 0.21 | 0.59 | 0 | 0 |
| HSL | 278.54º | 1% | 0.7% | - |
| HSV(B) | 278.54º | 0.59% | 1% | - |
| XYZ | 47.09 | 29.54 | 97.83 | - |
| YUV | 150.22 | 187.14 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 255 | 0.21 | 0.59 | 0 | 0 | 278.54 | 1 | 0.7 |
| Hex | C9 | 68 | FF | 15 | 3B | 0 | 0 | 117 | 64 | 46 |
| Octal | 311 | 150 | 377 | 25 | 73 | 0 | 0 | 427 | 144 | 106 |
| Binary | 11001001 | 1101000 | 11111111 | 10101 | 111011 | 0 | 0 | 100010111 | 1100100 | 1000110 |
Color Harmonies of #C968FF
Complementary color
Monochromatic Colors of #C968FF
Black with #C968FF
Text Example
Text Example
White with #C968FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968FF; }
p { color: rgb(201,104,255); }
H1.HeaderClassName
{
color: #C968FF;
}
.AnyTagClassName
{
color: #C968FF;
}
</style>
background-color css
<style>
a { background-color: #C968FF; }
a { background-color: rgb(201,104,255); }
div.DivClassName
{
background-color: #C968FF;
}
.BgClassName
{
background-color: #C968FF;
}
</style>
border-color css
<style>
span { border-color: #C968FF; }
span { border-color: rgb(201,104,255); }
td.TdClassName
{
border-color: #C968FF;
}
.TagClassName
{
border-color: #C968FF;
}
</style>