Shades of Heliotrope #C665EF
Tints of Heliotrope #C665EF
RGB
CMYK
RGB Variations
Color information
#C665EF (or 0xC665EF) is known color: Heliotrope. HEX triplet: C6, 65 and EF. RGB value is (198,101,239). Sum of RGB (Red+Green+Blue) = 198+101+239=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #C665EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C665EF is #399A10. Grayscale: #919191. Windows color (decimal): -3774993 or 15689158. OLE color: 15689158.
HSL color Cylindrical-coordinate representation of color #C665EF: hue angle of 282.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C665EF is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 101 | 239 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.06 |
| HSL | 282.17º | 0.81% | 0.67% | - |
| HSV(B) | 282.17º | 0.58% | 0.94% | - |
| XYZ | 43.52 | 27.55 | 84.68 | - |
| YUV | 145.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 239 | 0.17 | 0.58 | 0 | 0.06 | 282.17 | 0.81 | 0.67 |
| Hex | C6 | 65 | EF | 11 | 3A | 0 | 6 | 11A | 51 | 43 |
| Octal | 306 | 145 | 357 | 21 | 72 | 0 | 6 | 432 | 121 | 103 |
| Binary | 11000110 | 1100101 | 11101111 | 10001 | 111010 | 0 | 110 | 100011010 | 1010001 | 1000011 |
Color Harmonies of #C665EF
Complementary color
Monochromatic Colors of #C665EF
Black with #C665EF
Text Example
Text Example
White with #C665EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665EF; }
p { color: rgb(198,101,239); }
H1.HeaderClassName
{
color: #C665EF;
}
.AnyTagClassName
{
color: #C665EF;
}
</style>
background-color css
<style>
a { background-color: #C665EF; }
a { background-color: rgb(198,101,239); }
div.DivClassName
{
background-color: #C665EF;
}
.BgClassName
{
background-color: #C665EF;
}
</style>
border-color css
<style>
span { border-color: #C665EF; }
span { border-color: rgb(198,101,239); }
td.TdClassName
{
border-color: #C665EF;
}
.TagClassName
{
border-color: #C665EF;
}
</style>