Shades of Heliotrope #C089FF
Tints of Heliotrope #C089FF
RGB
CMYK
RGB Variations
Color information
#C089FF (or 0xC089FF) is known color: Heliotrope. HEX triplet: C0, 89 and FF. RGB value is (192,137,255). Sum of RGB (Red+Green+Blue) = 192+137+255=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #C089FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C089FF is #3F7600. Grayscale: #A6A6A6. Windows color (decimal): -4158977 or 16746944. OLE color: 16746944.
HSL color Cylindrical-coordinate representation of color #C089FF: hue angle of 267.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C089FF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 137 | 255 | - |
| CMYK | 0.25 | 0.46 | 0 | 0 |
| HSL | 267.97º | 1% | 0.77% | - |
| HSV(B) | 267.97º | 0.46% | 1% | - |
| XYZ | 48.73 | 36.32 | 99.05 | - |
| YUV | 166.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 255 | 0.25 | 0.46 | 0 | 0 | 267.97 | 1 | 0.77 |
| Hex | C0 | 89 | FF | 19 | 2E | 0 | 0 | 10C | 64 | 4D |
| Octal | 300 | 211 | 377 | 31 | 56 | 0 | 0 | 414 | 144 | 115 |
| Binary | 11000000 | 10001001 | 11111111 | 11001 | 101110 | 0 | 0 | 100001100 | 1100100 | 1001101 |
Color Harmonies of #C089FF
Complementary color
Monochromatic Colors of #C089FF
Black with #C089FF
Text Example
Text Example
White with #C089FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089FF; }
p { color: rgb(192,137,255); }
H1.HeaderClassName
{
color: #C089FF;
}
.AnyTagClassName
{
color: #C089FF;
}
</style>
background-color css
<style>
a { background-color: #C089FF; }
a { background-color: rgb(192,137,255); }
div.DivClassName
{
background-color: #C089FF;
}
.BgClassName
{
background-color: #C089FF;
}
</style>
border-color css
<style>
span { border-color: #C089FF; }
span { border-color: rgb(192,137,255); }
td.TdClassName
{
border-color: #C089FF;
}
.TagClassName
{
border-color: #C089FF;
}
</style>