Shades of Heliotrope #C68CFF
Tints of Heliotrope #C68CFF
RGB
CMYK
RGB Variations
Color information
#C68CFF (or 0xC68CFF) is known color: Heliotrope. HEX triplet: C6, 8C and FF. RGB value is (198,140,255). Sum of RGB (Red+Green+Blue) = 198+140+255=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68CFF is #397300. Grayscale: #AAAAAA. Windows color (decimal): -3764993 or 16747718. OLE color: 16747718.
HSL color Cylindrical-coordinate representation of color #C68CFF: hue angle of 270.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C68CFF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 140 | 255 | - |
| CMYK | 0.22 | 0.45 | 0 | 0 |
| HSL | 270.26º | 1% | 0.77% | - |
| HSV(B) | 270.26º | 0.45% | 1% | - |
| XYZ | 50.72 | 37.98 | 99.27 | - |
| YUV | 170.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 255 | 0.22 | 0.45 | 0 | 0 | 270.26 | 1 | 0.77 |
| Hex | C6 | 8C | FF | 16 | 2D | 0 | 0 | 10E | 64 | 4D |
| Octal | 306 | 214 | 377 | 26 | 55 | 0 | 0 | 416 | 144 | 115 |
| Binary | 11000110 | 10001100 | 11111111 | 10110 | 101101 | 0 | 0 | 100001110 | 1100100 | 1001101 |
Color Harmonies of #C68CFF
Complementary color
Monochromatic Colors of #C68CFF
Black with #C68CFF
Text Example
Text Example
White with #C68CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68CFF; }
p { color: rgb(198,140,255); }
H1.HeaderClassName
{
color: #C68CFF;
}
.AnyTagClassName
{
color: #C68CFF;
}
</style>
background-color css
<style>
a { background-color: #C68CFF; }
a { background-color: rgb(198,140,255); }
div.DivClassName
{
background-color: #C68CFF;
}
.BgClassName
{
background-color: #C68CFF;
}
</style>
border-color css
<style>
span { border-color: #C68CFF; }
span { border-color: rgb(198,140,255); }
td.TdClassName
{
border-color: #C68CFF;
}
.TagClassName
{
border-color: #C68CFF;
}
</style>