Shades of Heliotrope #C68BFF
Tints of Heliotrope #C68BFF
RGB
CMYK
RGB Variations
Color information
#C68BFF (or 0xC68BFF) is known color: Heliotrope. HEX triplet: C6, 8B and FF. RGB value is (198,139,255). Sum of RGB (Red+Green+Blue) = 198+139+255=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BFF is #397400. Grayscale: #A9A9A9. Windows color (decimal): -3765249 or 16747462. OLE color: 16747462.
HSL color Cylindrical-coordinate representation of color #C68BFF: hue angle of 270.52º 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 #C68BFF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 139 | 255 | - |
| CMYK | 0.22 | 0.45 | 0 | 0 |
| HSL | 270.52º | 1% | 0.77% | - |
| HSV(B) | 270.52º | 0.45% | 1% | - |
| XYZ | 50.57 | 37.69 | 99.22 | - |
| YUV | 169.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 255 | 0.22 | 0.45 | 0 | 0 | 270.52 | 1 | 0.77 |
| Hex | C6 | 8B | FF | 16 | 2D | 0 | 0 | 10F | 64 | 4D |
| Octal | 306 | 213 | 377 | 26 | 55 | 0 | 0 | 417 | 144 | 115 |
| Binary | 11000110 | 10001011 | 11111111 | 10110 | 101101 | 0 | 0 | 100001111 | 1100100 | 1001101 |
Color Harmonies of #C68BFF
Complementary color
Monochromatic Colors of #C68BFF
Black with #C68BFF
Text Example
Text Example
White with #C68BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BFF; }
p { color: rgb(198,139,255); }
H1.HeaderClassName
{
color: #C68BFF;
}
.AnyTagClassName
{
color: #C68BFF;
}
</style>
background-color css
<style>
a { background-color: #C68BFF; }
a { background-color: rgb(198,139,255); }
div.DivClassName
{
background-color: #C68BFF;
}
.BgClassName
{
background-color: #C68BFF;
}
</style>
border-color css
<style>
span { border-color: #C68BFF; }
span { border-color: rgb(198,139,255); }
td.TdClassName
{
border-color: #C68BFF;
}
.TagClassName
{
border-color: #C68BFF;
}
</style>