Shades of Heliotrope #C68AFB
Tints of Heliotrope #C68AFB
RGB
CMYK
RGB Variations
Color information
#C68AFB (or 0xC68AFB) is known color: Heliotrope. HEX triplet: C6, 8A and FB. RGB value is (198,138,251). Sum of RGB (Red+Green+Blue) = 198+138+251=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #C68AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AFB is #397504. Grayscale: #A8A8A8. Windows color (decimal): -3765509 or 16485062. OLE color: 16485062.
HSL color Cylindrical-coordinate representation of color #C68AFB: hue angle of 271.86º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C68AFB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 138 | 251 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.02 |
| HSL | 271.86º | 0.93% | 0.76% | - |
| HSV(B) | 271.86º | 0.45% | 0.98% | - |
| XYZ | 49.79 | 37.15 | 95.81 | - |
| YUV | 168.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 251 | 0.21 | 0.45 | 0 | 0.02 | 271.86 | 0.93 | 0.76 |
| Hex | C6 | 8A | FB | 15 | 2D | 0 | 2 | 110 | 5D | 4C |
| Octal | 306 | 212 | 373 | 25 | 55 | 0 | 2 | 420 | 135 | 114 |
| Binary | 11000110 | 10001010 | 11111011 | 10101 | 101101 | 0 | 10 | 100010000 | 1011101 | 1001100 |
Color Harmonies of #C68AFB
Complementary color
Monochromatic Colors of #C68AFB
Black with #C68AFB
Text Example
Text Example
White with #C68AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68AFB; }
p { color: rgb(198,138,251); }
H1.HeaderClassName
{
color: #C68AFB;
}
.AnyTagClassName
{
color: #C68AFB;
}
</style>
background-color css
<style>
a { background-color: #C68AFB; }
a { background-color: rgb(198,138,251); }
div.DivClassName
{
background-color: #C68AFB;
}
.BgClassName
{
background-color: #C68AFB;
}
</style>
border-color css
<style>
span { border-color: #C68AFB; }
span { border-color: rgb(198,138,251); }
td.TdClassName
{
border-color: #C68AFB;
}
.TagClassName
{
border-color: #C68AFB;
}
</style>