Shades of Heliotrope #C96BFC
Tints of Heliotrope #C96BFC
RGB
CMYK
RGB Variations
Color information
#C96BFC (or 0xC96BFC) is known color: Heliotrope. HEX triplet: C9, 6B and FC. RGB value is (201,107,252). Sum of RGB (Red+Green+Blue) = 201+107+252=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #C96BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFC is #369403. Grayscale: #979797. Windows color (decimal): -3576836 or 16542665. OLE color: 16542665.
HSL color Cylindrical-coordinate representation of color #C96BFC: hue angle of 278.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96BFC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 107 | 252 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.01 |
| HSL | 278.9º | 0.96% | 0.7% | - |
| HSV(B) | 278.9º | 0.58% | 0.99% | - |
| XYZ | 46.92 | 29.96 | 95.41 | - |
| YUV | 151.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 252 | 0.20 | 0.58 | 0 | 0.01 | 278.9 | 0.96 | 0.7 |
| Hex | C9 | 6B | FC | 14 | 3A | 0 | 1 | 117 | 60 | 46 |
| Octal | 311 | 153 | 374 | 24 | 72 | 0 | 1 | 427 | 140 | 106 |
| Binary | 11001001 | 1101011 | 11111100 | 10100 | 111010 | 0 | 1 | 100010111 | 1100000 | 1000110 |
Color Harmonies of #C96BFC
Complementary color
Monochromatic Colors of #C96BFC
Black with #C96BFC
Text Example
Text Example
White with #C96BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BFC; }
p { color: rgb(201,107,252); }
H1.HeaderClassName
{
color: #C96BFC;
}
.AnyTagClassName
{
color: #C96BFC;
}
</style>
background-color css
<style>
a { background-color: #C96BFC; }
a { background-color: rgb(201,107,252); }
div.DivClassName
{
background-color: #C96BFC;
}
.BgClassName
{
background-color: #C96BFC;
}
</style>
border-color css
<style>
span { border-color: #C96BFC; }
span { border-color: rgb(201,107,252); }
td.TdClassName
{
border-color: #C96BFC;
}
.TagClassName
{
border-color: #C96BFC;
}
</style>