Shades of Heliotrope #C668ED
Tints of Heliotrope #C668ED
RGB
CMYK
RGB Variations
Color information
#C668ED (or 0xC668ED) is known color: Heliotrope. HEX triplet: C6, 68 and ED. RGB value is (198,104,237). Sum of RGB (Red+Green+Blue) = 198+104+237=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #C668ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C668ED is #399712. Grayscale: #929292. Windows color (decimal): -3774227 or 15558854. OLE color: 15558854.
HSL color Cylindrical-coordinate representation of color #C668ED: hue angle of 282.41º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C668ED is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 104 | 237 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.07 |
| HSL | 282.41º | 0.79% | 0.67% | - |
| HSV(B) | 282.41º | 0.56% | 0.93% | - |
| XYZ | 43.53 | 28.02 | 83.24 | - |
| YUV | 147.27 | 178.64 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 237 | 0.16 | 0.56 | 0 | 0.07 | 282.41 | 0.79 | 0.67 |
| Hex | C6 | 68 | ED | 10 | 38 | 0 | 7 | 11A | 4F | 43 |
| Octal | 306 | 150 | 355 | 20 | 70 | 0 | 7 | 432 | 117 | 103 |
| Binary | 11000110 | 1101000 | 11101101 | 10000 | 111000 | 0 | 111 | 100011010 | 1001111 | 1000011 |
Color Harmonies of #C668ED
Complementary color
Monochromatic Colors of #C668ED
Black with #C668ED
Text Example
Text Example
White with #C668ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668ED; }
p { color: rgb(198,104,237); }
H1.HeaderClassName
{
color: #C668ED;
}
.AnyTagClassName
{
color: #C668ED;
}
</style>
background-color css
<style>
a { background-color: #C668ED; }
a { background-color: rgb(198,104,237); }
div.DivClassName
{
background-color: #C668ED;
}
.BgClassName
{
background-color: #C668ED;
}
</style>
border-color css
<style>
span { border-color: #C668ED; }
span { border-color: rgb(198,104,237); }
td.TdClassName
{
border-color: #C668ED;
}
.TagClassName
{
border-color: #C668ED;
}
</style>