Shades of Heliotrope #C689FA
Tints of Heliotrope #C689FA
RGB
CMYK
RGB Variations
Color information
#C689FA (or 0xC689FA) is known color: Heliotrope. HEX triplet: C6, 89 and FA. RGB value is (198,137,250). Sum of RGB (Red+Green+Blue) = 198+137+250=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #C689FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C689FA is #397605. Grayscale: #A7A7A7. Windows color (decimal): -3765766 or 16419270. OLE color: 16419270.
HSL color Cylindrical-coordinate representation of color #C689FA: hue angle of 272.39º degrees, saturation: 0.92, 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 #C689FA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 137 | 250 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.02 |
| HSL | 272.39º | 0.92% | 0.76% | - |
| HSV(B) | 272.39º | 0.45% | 0.98% | - |
| XYZ | 49.49 | 36.8 | 94.94 | - |
| YUV | 168.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 250 | 0.21 | 0.45 | 0 | 0.02 | 272.39 | 0.92 | 0.76 |
| Hex | C6 | 89 | FA | 15 | 2D | 0 | 2 | 110 | 5C | 4C |
| Octal | 306 | 211 | 372 | 25 | 55 | 0 | 2 | 420 | 134 | 114 |
| Binary | 11000110 | 10001001 | 11111010 | 10101 | 101101 | 0 | 10 | 100010000 | 1011100 | 1001100 |
Color Harmonies of #C689FA
Complementary color
Monochromatic Colors of #C689FA
Black with #C689FA
Text Example
Text Example
White with #C689FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689FA; }
p { color: rgb(198,137,250); }
H1.HeaderClassName
{
color: #C689FA;
}
.AnyTagClassName
{
color: #C689FA;
}
</style>
background-color css
<style>
a { background-color: #C689FA; }
a { background-color: rgb(198,137,250); }
div.DivClassName
{
background-color: #C689FA;
}
.BgClassName
{
background-color: #C689FA;
}
</style>
border-color css
<style>
span { border-color: #C689FA; }
span { border-color: rgb(198,137,250); }
td.TdClassName
{
border-color: #C689FA;
}
.TagClassName
{
border-color: #C689FA;
}
</style>