Shades of Heliotrope #C968FD
Tints of Heliotrope #C968FD
RGB
CMYK
RGB Variations
Color information
#C968FD (or 0xC968FD) is known color: Heliotrope. HEX triplet: C9, 68 and FD. RGB value is (201,104,253). Sum of RGB (Red+Green+Blue) = 201+104+253=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C968FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968FD is #369702. Grayscale: #959595. Windows color (decimal): -3577603 or 16607433. OLE color: 16607433.
HSL color Cylindrical-coordinate representation of color #C968FD: hue angle of 279.06º degrees, saturation: 0.97, 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 #C968FD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 104 | 253 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.01 |
| HSL | 279.06º | 0.97% | 0.7% | - |
| HSV(B) | 279.06º | 0.59% | 0.99% | - |
| XYZ | 46.77 | 29.41 | 96.14 | - |
| YUV | 149.99 | 186.14 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 253 | 0.21 | 0.59 | 0 | 0.01 | 279.06 | 0.97 | 0.7 |
| Hex | C9 | 68 | FD | 15 | 3B | 0 | 1 | 117 | 61 | 46 |
| Octal | 311 | 150 | 375 | 25 | 73 | 0 | 1 | 427 | 141 | 106 |
| Binary | 11001001 | 1101000 | 11111101 | 10101 | 111011 | 0 | 1 | 100010111 | 1100001 | 1000110 |
Color Harmonies of #C968FD
Complementary color
Monochromatic Colors of #C968FD
Black with #C968FD
Text Example
Text Example
White with #C968FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968FD; }
p { color: rgb(201,104,253); }
H1.HeaderClassName
{
color: #C968FD;
}
.AnyTagClassName
{
color: #C968FD;
}
</style>
background-color css
<style>
a { background-color: #C968FD; }
a { background-color: rgb(201,104,253); }
div.DivClassName
{
background-color: #C968FD;
}
.BgClassName
{
background-color: #C968FD;
}
</style>
border-color css
<style>
span { border-color: #C968FD; }
span { border-color: rgb(201,104,253); }
td.TdClassName
{
border-color: #C968FD;
}
.TagClassName
{
border-color: #C968FD;
}
</style>