Shades of Heliotrope #C663FF
Tints of Heliotrope #C663FF
RGB
CMYK
RGB Variations
Color information
#C663FF (or 0xC663FF) is known color: Heliotrope. HEX triplet: C6, 63 and FF. RGB value is (198,99,255). Sum of RGB (Red+Green+Blue) = 198+99+255=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #C663FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C663FF is #399C00. Grayscale: #919191. Windows color (decimal): -3775489 or 16737222. OLE color: 16737222.
HSL color Cylindrical-coordinate representation of color #C663FF: hue angle of 278.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C663FF is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 99 | 255 | - |
| CMYK | 0.22 | 0.61 | 0 | 0 |
| HSL | 278.08º | 1% | 0.69% | - |
| HSV(B) | 278.08º | 0.61% | 1% | - |
| XYZ | 45.8 | 28.15 | 97.63 | - |
| YUV | 146.39 | 189.3 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 255 | 0.22 | 0.61 | 0 | 0 | 278.08 | 1 | 0.69 |
| Hex | C6 | 63 | FF | 16 | 3D | 0 | 0 | 116 | 64 | 45 |
| Octal | 306 | 143 | 377 | 26 | 75 | 0 | 0 | 426 | 144 | 105 |
| Binary | 11000110 | 1100011 | 11111111 | 10110 | 111101 | 0 | 0 | 100010110 | 1100100 | 1000101 |
Color Harmonies of #C663FF
Complementary color
Monochromatic Colors of #C663FF
Black with #C663FF
Text Example
Text Example
White with #C663FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663FF; }
p { color: rgb(198,99,255); }
H1.HeaderClassName
{
color: #C663FF;
}
.AnyTagClassName
{
color: #C663FF;
}
</style>
background-color css
<style>
a { background-color: #C663FF; }
a { background-color: rgb(198,99,255); }
div.DivClassName
{
background-color: #C663FF;
}
.BgClassName
{
background-color: #C663FF;
}
</style>
border-color css
<style>
span { border-color: #C663FF; }
span { border-color: rgb(198,99,255); }
td.TdClassName
{
border-color: #C663FF;
}
.TagClassName
{
border-color: #C663FF;
}
</style>