Shades of Heliotrope #C269EE
Tints of Heliotrope #C269EE
RGB
CMYK
RGB Variations
Color information
#C269EE (or 0xC269EE) is known color: Heliotrope. HEX triplet: C2, 69 and EE. RGB value is (194,105,238). Sum of RGB (Red+Green+Blue) = 194+105+238=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #C269EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269EE is #3D9611. Grayscale: #929292. Windows color (decimal): -4036114 or 15624642. OLE color: 15624642.
HSL color Cylindrical-coordinate representation of color #C269EE: hue angle of 280.15º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C269EE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 105 | 238 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.07 |
| HSL | 280.15º | 0.8% | 0.67% | - |
| HSV(B) | 280.15º | 0.56% | 0.93% | - |
| XYZ | 42.73 | 27.75 | 83.99 | - |
| YUV | 146.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 238 | 0.18 | 0.56 | 0 | 0.07 | 280.15 | 0.8 | 0.67 |
| Hex | C2 | 69 | EE | 12 | 38 | 0 | 7 | 118 | 50 | 43 |
| Octal | 302 | 151 | 356 | 22 | 70 | 0 | 7 | 430 | 120 | 103 |
| Binary | 11000010 | 1101001 | 11101110 | 10010 | 111000 | 0 | 111 | 100011000 | 1010000 | 1000011 |
Color Harmonies of #C269EE
Complementary color
Monochromatic Colors of #C269EE
Black with #C269EE
Text Example
Text Example
White with #C269EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269EE; }
p { color: rgb(194,105,238); }
H1.HeaderClassName
{
color: #C269EE;
}
.AnyTagClassName
{
color: #C269EE;
}
</style>
background-color css
<style>
a { background-color: #C269EE; }
a { background-color: rgb(194,105,238); }
div.DivClassName
{
background-color: #C269EE;
}
.BgClassName
{
background-color: #C269EE;
}
</style>
border-color css
<style>
span { border-color: #C269EE; }
span { border-color: rgb(194,105,238); }
td.TdClassName
{
border-color: #C269EE;
}
.TagClassName
{
border-color: #C269EE;
}
</style>