Shades of Heliotrope #C68BFD
Tints of Heliotrope #C68BFD
RGB
CMYK
RGB Variations
Color information
#C68BFD (or 0xC68BFD) is known color: Heliotrope. HEX triplet: C6, 8B and FD. RGB value is (198,139,253). Sum of RGB (Red+Green+Blue) = 198+139+253=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #C68BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BFD is #397402. Grayscale: #A9A9A9. Windows color (decimal): -3765251 or 16616390. OLE color: 16616390.
HSL color Cylindrical-coordinate representation of color #C68BFD: hue angle of 271.05º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C68BFD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 139 | 253 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.01 |
| HSL | 271.05º | 0.97% | 0.77% | - |
| HSV(B) | 271.05º | 0.45% | 0.99% | - |
| XYZ | 50.25 | 37.56 | 97.53 | - |
| YUV | 169.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 253 | 0.22 | 0.45 | 0 | 0.01 | 271.05 | 0.97 | 0.77 |
| Hex | C6 | 8B | FD | 16 | 2D | 0 | 1 | 10F | 61 | 4D |
| Octal | 306 | 213 | 375 | 26 | 55 | 0 | 1 | 417 | 141 | 115 |
| Binary | 11000110 | 10001011 | 11111101 | 10110 | 101101 | 0 | 1 | 100001111 | 1100001 | 1001101 |
Color Harmonies of #C68BFD
Complementary color
Monochromatic Colors of #C68BFD
Black with #C68BFD
Text Example
Text Example
White with #C68BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68BFD; }
p { color: rgb(198,139,253); }
H1.HeaderClassName
{
color: #C68BFD;
}
.AnyTagClassName
{
color: #C68BFD;
}
</style>
background-color css
<style>
a { background-color: #C68BFD; }
a { background-color: rgb(198,139,253); }
div.DivClassName
{
background-color: #C68BFD;
}
.BgClassName
{
background-color: #C68BFD;
}
</style>
border-color css
<style>
span { border-color: #C68BFD; }
span { border-color: rgb(198,139,253); }
td.TdClassName
{
border-color: #C68BFD;
}
.TagClassName
{
border-color: #C68BFD;
}
</style>