Shades of Heliotrope #C66BFD
Tints of Heliotrope #C66BFD
RGB
CMYK
RGB Variations
Color information
#C66BFD (or 0xC66BFD) is known color: Heliotrope. HEX triplet: C6, 6B and FD. RGB value is (198,107,253). Sum of RGB (Red+Green+Blue) = 198+107+253=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 107 (42.19% from 255 or 19.18% 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 #C66BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66BFD is #399402. Grayscale: #969696. Windows color (decimal): -3773443 or 16608198. OLE color: 16608198.
HSL color Cylindrical-coordinate representation of color #C66BFD: hue angle of 277.4º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C66BFD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 107 | 253 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.01 |
| HSL | 277.4º | 0.97% | 0.71% | - |
| HSV(B) | 277.4º | 0.58% | 0.99% | - |
| XYZ | 46.28 | 29.61 | 96.21 | - |
| YUV | 150.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 253 | 0.22 | 0.58 | 0 | 0.01 | 277.4 | 0.97 | 0.71 |
| Hex | C6 | 6B | FD | 16 | 3A | 0 | 1 | 115 | 61 | 47 |
| Octal | 306 | 153 | 375 | 26 | 72 | 0 | 1 | 425 | 141 | 107 |
| Binary | 11000110 | 1101011 | 11111101 | 10110 | 111010 | 0 | 1 | 100010101 | 1100001 | 1000111 |
Color Harmonies of #C66BFD
Complementary color
Monochromatic Colors of #C66BFD
Black with #C66BFD
Text Example
Text Example
White with #C66BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BFD; }
p { color: rgb(198,107,253); }
H1.HeaderClassName
{
color: #C66BFD;
}
.AnyTagClassName
{
color: #C66BFD;
}
</style>
background-color css
<style>
a { background-color: #C66BFD; }
a { background-color: rgb(198,107,253); }
div.DivClassName
{
background-color: #C66BFD;
}
.BgClassName
{
background-color: #C66BFD;
}
</style>
border-color css
<style>
span { border-color: #C66BFD; }
span { border-color: rgb(198,107,253); }
td.TdClassName
{
border-color: #C66BFD;
}
.TagClassName
{
border-color: #C66BFD;
}
</style>