Shades of Heliotrope #C66FFB
Tints of Heliotrope #C66FFB
RGB
CMYK
RGB Variations
Color information
#C66FFB (or 0xC66FFB) is known color: Heliotrope. HEX triplet: C6, 6F and FB. RGB value is (198,111,251). Sum of RGB (Red+Green+Blue) = 198+111+251=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 111 (43.75% from 255 or 19.82% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C66FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66FFB is #399004. Grayscale: #989898. Windows color (decimal): -3772421 or 16478150. OLE color: 16478150.
HSL color Cylindrical-coordinate representation of color #C66FFB: hue angle of 277.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66FFB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 111 | 251 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.02 |
| HSL | 277.29º | 0.95% | 0.71% | - |
| HSV(B) | 277.29º | 0.56% | 0.98% | - |
| XYZ | 46.39 | 30.34 | 94.68 | - |
| YUV | 152.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 251 | 0.21 | 0.56 | 0 | 0.02 | 277.29 | 0.95 | 0.71 |
| Hex | C6 | 6F | FB | 15 | 38 | 0 | 2 | 115 | 5F | 47 |
| Octal | 306 | 157 | 373 | 25 | 70 | 0 | 2 | 425 | 137 | 107 |
| Binary | 11000110 | 1101111 | 11111011 | 10101 | 111000 | 0 | 10 | 100010101 | 1011111 | 1000111 |
Color Harmonies of #C66FFB
Complementary color
Monochromatic Colors of #C66FFB
Black with #C66FFB
Text Example
Text Example
White with #C66FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FFB; }
p { color: rgb(198,111,251); }
H1.HeaderClassName
{
color: #C66FFB;
}
.AnyTagClassName
{
color: #C66FFB;
}
</style>
background-color css
<style>
a { background-color: #C66FFB; }
a { background-color: rgb(198,111,251); }
div.DivClassName
{
background-color: #C66FFB;
}
.BgClassName
{
background-color: #C66FFB;
}
</style>
border-color css
<style>
span { border-color: #C66FFB; }
span { border-color: rgb(198,111,251); }
td.TdClassName
{
border-color: #C66FFB;
}
.TagClassName
{
border-color: #C66FFB;
}
</style>