Shades of Heliotrope #C269FF
Tints of Heliotrope #C269FF
RGB
CMYK
RGB Variations
Color information
#C269FF (or 0xC269FF) is known color: Heliotrope. HEX triplet: C2, 69 and FF. RGB value is (194,105,255). Sum of RGB (Red+Green+Blue) = 194+105+255=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #C269FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269FF is #3D9600. Grayscale: #949494. Windows color (decimal): -4036097 or 16738754. OLE color: 16738754.
HSL color Cylindrical-coordinate representation of color #C269FF: hue angle of 275.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C269FF is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 105 | 255 | - |
| CMYK | 0.24 | 0.59 | 0 | 0 |
| HSL | 275.6º | 1% | 0.71% | - |
| HSV(B) | 275.6º | 0.59% | 1% | - |
| XYZ | 45.35 | 28.79 | 97.78 | - |
| YUV | 148.71 | 187.99 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 255 | 0.24 | 0.59 | 0 | 0 | 275.6 | 1 | 0.71 |
| Hex | C2 | 69 | FF | 18 | 3B | 0 | 0 | 114 | 64 | 47 |
| Octal | 302 | 151 | 377 | 30 | 73 | 0 | 0 | 424 | 144 | 107 |
| Binary | 11000010 | 1101001 | 11111111 | 11000 | 111011 | 0 | 0 | 100010100 | 1100100 | 1000111 |
Color Harmonies of #C269FF
Complementary color
Monochromatic Colors of #C269FF
Black with #C269FF
Text Example
Text Example
White with #C269FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269FF; }
p { color: rgb(194,105,255); }
H1.HeaderClassName
{
color: #C269FF;
}
.AnyTagClassName
{
color: #C269FF;
}
</style>
background-color css
<style>
a { background-color: #C269FF; }
a { background-color: rgb(194,105,255); }
div.DivClassName
{
background-color: #C269FF;
}
.BgClassName
{
background-color: #C269FF;
}
</style>
border-color css
<style>
span { border-color: #C269FF; }
span { border-color: rgb(194,105,255); }
td.TdClassName
{
border-color: #C269FF;
}
.TagClassName
{
border-color: #C269FF;
}
</style>