Shades of Heliotrope #C269FA
Tints of Heliotrope #C269FA
RGB
CMYK
RGB Variations
Color information
#C269FA (or 0xC269FA) is known color: Heliotrope. HEX triplet: C2, 69 and FA. RGB value is (194,105,250). Sum of RGB (Red+Green+Blue) = 194+105+250=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #C269FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269FA is #3D9605. Grayscale: #939393. Windows color (decimal): -4036102 or 16411074. OLE color: 16411074.
HSL color Cylindrical-coordinate representation of color #C269FA: hue angle of 276.83º 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 #C269FA is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 105 | 250 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.02 |
| HSL | 276.83º | 0.94% | 0.7% | - |
| HSV(B) | 276.83º | 0.58% | 0.98% | - |
| XYZ | 44.56 | 28.47 | 93.59 | - |
| YUV | 148.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 250 | 0.22 | 0.58 | 0 | 0.02 | 276.83 | 0.94 | 0.7 |
| Hex | C2 | 69 | FA | 16 | 3A | 0 | 2 | 115 | 5E | 46 |
| Octal | 302 | 151 | 372 | 26 | 72 | 0 | 2 | 425 | 136 | 106 |
| Binary | 11000010 | 1101001 | 11111010 | 10110 | 111010 | 0 | 10 | 100010101 | 1011110 | 1000110 |
Color Harmonies of #C269FA
Complementary color
Monochromatic Colors of #C269FA
Black with #C269FA
Text Example
Text Example
White with #C269FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269FA; }
p { color: rgb(194,105,250); }
H1.HeaderClassName
{
color: #C269FA;
}
.AnyTagClassName
{
color: #C269FA;
}
</style>
background-color css
<style>
a { background-color: #C269FA; }
a { background-color: rgb(194,105,250); }
div.DivClassName
{
background-color: #C269FA;
}
.BgClassName
{
background-color: #C269FA;
}
</style>
border-color css
<style>
span { border-color: #C269FA; }
span { border-color: rgb(194,105,250); }
td.TdClassName
{
border-color: #C269FA;
}
.TagClassName
{
border-color: #C269FA;
}
</style>