Shades of Heliotrope #C269FE
Tints of Heliotrope #C269FE
RGB
CMYK
RGB Variations
Color information
#C269FE (or 0xC269FE) is known color: Heliotrope. HEX triplet: C2, 69 and FE. RGB value is (194,105,254). Sum of RGB (Red+Green+Blue) = 194+105+254=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #C269FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269FE is #3D9601. Grayscale: #949494. Windows color (decimal): -4036098 or 16673218. OLE color: 16673218.
HSL color Cylindrical-coordinate representation of color #C269FE: hue angle of 275.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C269FE is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 105 | 254 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.00 |
| HSL | 275.84º | 0.99% | 0.7% | - |
| HSV(B) | 275.84º | 0.59% | 1% | - |
| XYZ | 45.19 | 28.73 | 96.93 | - |
| YUV | 148.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 254 | 0.24 | 0.59 | 0 | 0.00 | 275.84 | 0.99 | 0.7 |
| Hex | C2 | 69 | FE | 18 | 3B | 0 | 0 | 114 | 63 | 46 |
| Octal | 302 | 151 | 376 | 30 | 73 | 0 | 0 | 424 | 143 | 106 |
| Binary | 11000010 | 1101001 | 11111110 | 11000 | 111011 | 0 | 0 | 100010100 | 1100011 | 1000110 |
Color Harmonies of #C269FE
Complementary color
Monochromatic Colors of #C269FE
Black with #C269FE
Text Example
Text Example
White with #C269FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269FE; }
p { color: rgb(194,105,254); }
H1.HeaderClassName
{
color: #C269FE;
}
.AnyTagClassName
{
color: #C269FE;
}
</style>
background-color css
<style>
a { background-color: #C269FE; }
a { background-color: rgb(194,105,254); }
div.DivClassName
{
background-color: #C269FE;
}
.BgClassName
{
background-color: #C269FE;
}
</style>
border-color css
<style>
span { border-color: #C269FE; }
span { border-color: rgb(194,105,254); }
td.TdClassName
{
border-color: #C269FE;
}
.TagClassName
{
border-color: #C269FE;
}
</style>