Shades of Heliotrope #C069FA
Tints of Heliotrope #C069FA
RGB
CMYK
RGB Variations
Color information
#C069FA (or 0xC069FA) is known color: Heliotrope. HEX triplet: C0, 69 and FA. RGB value is (192,105,250). Sum of RGB (Red+Green+Blue) = 192+105+250=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #C069FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069FA is #3F9605. Grayscale: #939393. Windows color (decimal): -4167174 or 16411072. OLE color: 16411072.
HSL color Cylindrical-coordinate representation of color #C069FA: hue angle of 276º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C069FA is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 105 | 250 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.02 |
| HSL | 276º | 0.94% | 0.7% | - |
| HSV(B) | 276º | 0.58% | 0.98% | - |
| XYZ | 44.05 | 28.21 | 93.57 | - |
| YUV | 147.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 250 | 0.23 | 0.58 | 0 | 0.02 | 276 | 0.94 | 0.7 |
| Hex | C0 | 69 | FA | 17 | 3A | 0 | 2 | 114 | 5E | 46 |
| Octal | 300 | 151 | 372 | 27 | 72 | 0 | 2 | 424 | 136 | 106 |
| Binary | 11000000 | 1101001 | 11111010 | 10111 | 111010 | 0 | 10 | 100010100 | 1011110 | 1000110 |
Color Harmonies of #C069FA
Complementary color
Monochromatic Colors of #C069FA
Black with #C069FA
Text Example
Text Example
White with #C069FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069FA; }
p { color: rgb(192,105,250); }
H1.HeaderClassName
{
color: #C069FA;
}
.AnyTagClassName
{
color: #C069FA;
}
</style>
background-color css
<style>
a { background-color: #C069FA; }
a { background-color: rgb(192,105,250); }
div.DivClassName
{
background-color: #C069FA;
}
.BgClassName
{
background-color: #C069FA;
}
</style>
border-color css
<style>
span { border-color: #C069FA; }
span { border-color: rgb(192,105,250); }
td.TdClassName
{
border-color: #C069FA;
}
.TagClassName
{
border-color: #C069FA;
}
</style>