Shades of Heliotrope #C688FA
Tints of Heliotrope #C688FA
RGB
CMYK
RGB Variations
Color information
#C688FA (or 0xC688FA) is known color: Heliotrope. HEX triplet: C6, 88 and FA. RGB value is (198,136,250). Sum of RGB (Red+Green+Blue) = 198+136+250=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #C688FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C688FA is #397705. Grayscale: #A7A7A7. Windows color (decimal): -3766022 or 16419014. OLE color: 16419014.
HSL color Cylindrical-coordinate representation of color #C688FA: hue angle of 272.63º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C688FA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 136 | 250 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.02 |
| HSL | 272.63º | 0.92% | 0.76% | - |
| HSV(B) | 272.63º | 0.46% | 0.98% | - |
| XYZ | 49.35 | 36.52 | 94.89 | - |
| YUV | 167.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 250 | 0.21 | 0.46 | 0 | 0.02 | 272.63 | 0.92 | 0.76 |
| Hex | C6 | 88 | FA | 15 | 2E | 0 | 2 | 111 | 5C | 4C |
| Octal | 306 | 210 | 372 | 25 | 56 | 0 | 2 | 421 | 134 | 114 |
| Binary | 11000110 | 10001000 | 11111010 | 10101 | 101110 | 0 | 10 | 100010001 | 1011100 | 1001100 |
Color Harmonies of #C688FA
Complementary color
Monochromatic Colors of #C688FA
Black with #C688FA
Text Example
Text Example
White with #C688FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688FA; }
p { color: rgb(198,136,250); }
H1.HeaderClassName
{
color: #C688FA;
}
.AnyTagClassName
{
color: #C688FA;
}
</style>
background-color css
<style>
a { background-color: #C688FA; }
a { background-color: rgb(198,136,250); }
div.DivClassName
{
background-color: #C688FA;
}
.BgClassName
{
background-color: #C688FA;
}
</style>
border-color css
<style>
span { border-color: #C688FA; }
span { border-color: rgb(198,136,250); }
td.TdClassName
{
border-color: #C688FA;
}
.TagClassName
{
border-color: #C688FA;
}
</style>