Shades of Heliotrope #C66FFD
Tints of Heliotrope #C66FFD
RGB
CMYK
RGB Variations
Color information
#C66FFD (or 0xC66FFD) is known color: Heliotrope. HEX triplet: C6, 6F and FD. RGB value is (198,111,253). Sum of RGB (Red+Green+Blue) = 198+111+253=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #C66FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66FFD is #399002. Grayscale: #989898. Windows color (decimal): -3772419 or 16609222. OLE color: 16609222.
HSL color Cylindrical-coordinate representation of color #C66FFD: hue angle of 276.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66FFD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 111 | 253 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.01 |
| HSL | 276.76º | 0.97% | 0.71% | - |
| HSV(B) | 276.76º | 0.56% | 0.99% | - |
| XYZ | 46.7 | 30.47 | 96.35 | - |
| YUV | 153.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 253 | 0.22 | 0.56 | 0 | 0.01 | 276.76 | 0.97 | 0.71 |
| Hex | C6 | 6F | FD | 16 | 38 | 0 | 1 | 115 | 61 | 47 |
| Octal | 306 | 157 | 375 | 26 | 70 | 0 | 1 | 425 | 141 | 107 |
| Binary | 11000110 | 1101111 | 11111101 | 10110 | 111000 | 0 | 1 | 100010101 | 1100001 | 1000111 |
Color Harmonies of #C66FFD
Complementary color
Monochromatic Colors of #C66FFD
Black with #C66FFD
Text Example
Text Example
White with #C66FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FFD; }
p { color: rgb(198,111,253); }
H1.HeaderClassName
{
color: #C66FFD;
}
.AnyTagClassName
{
color: #C66FFD;
}
</style>
background-color css
<style>
a { background-color: #C66FFD; }
a { background-color: rgb(198,111,253); }
div.DivClassName
{
background-color: #C66FFD;
}
.BgClassName
{
background-color: #C66FFD;
}
</style>
border-color css
<style>
span { border-color: #C66FFD; }
span { border-color: rgb(198,111,253); }
td.TdClassName
{
border-color: #C66FFD;
}
.TagClassName
{
border-color: #C66FFD;
}
</style>