Shades of Heliotrope #C66BFB
Tints of Heliotrope #C66BFB
RGB
CMYK
RGB Variations
Color information
#C66BFB (or 0xC66BFB) is known color: Heliotrope. HEX triplet: C6, 6B and FB. RGB value is (198,107,251). Sum of RGB (Red+Green+Blue) = 198+107+251=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #C66BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BFB is #399404. Grayscale: #969696. Windows color (decimal): -3773445 or 16477126. OLE color: 16477126.
HSL color Cylindrical-coordinate representation of color #C66BFB: hue angle of 277.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66BFB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 107 | 251 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.02 |
| HSL | 277.92º | 0.95% | 0.7% | - |
| HSV(B) | 277.92º | 0.57% | 0.98% | - |
| XYZ | 45.96 | 29.49 | 94.54 | - |
| YUV | 150.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 251 | 0.21 | 0.57 | 0 | 0.02 | 277.92 | 0.95 | 0.7 |
| Hex | C6 | 6B | FB | 15 | 39 | 0 | 2 | 116 | 5F | 46 |
| Octal | 306 | 153 | 373 | 25 | 71 | 0 | 2 | 426 | 137 | 106 |
| Binary | 11000110 | 1101011 | 11111011 | 10101 | 111001 | 0 | 10 | 100010110 | 1011111 | 1000110 |
Color Harmonies of #C66BFB
Complementary color
Monochromatic Colors of #C66BFB
Black with #C66BFB
Text Example
Text Example
White with #C66BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BFB; }
p { color: rgb(198,107,251); }
H1.HeaderClassName
{
color: #C66BFB;
}
.AnyTagClassName
{
color: #C66BFB;
}
</style>
background-color css
<style>
a { background-color: #C66BFB; }
a { background-color: rgb(198,107,251); }
div.DivClassName
{
background-color: #C66BFB;
}
.BgClassName
{
background-color: #C66BFB;
}
</style>
border-color css
<style>
span { border-color: #C66BFB; }
span { border-color: rgb(198,107,251); }
td.TdClassName
{
border-color: #C66BFB;
}
.TagClassName
{
border-color: #C66BFB;
}
</style>