Shades of Heliotrope #C369EE
Tints of Heliotrope #C369EE
RGB
CMYK
RGB Variations
Color information
#C369EE (or 0xC369EE) is known color: Heliotrope. HEX triplet: C3, 69 and EE. RGB value is (195,105,238). Sum of RGB (Red+Green+Blue) = 195+105+238=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #C369EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369EE is #3C9611. Grayscale: #929292. Windows color (decimal): -3970578 or 15624643. OLE color: 15624643.
HSL color Cylindrical-coordinate representation of color #C369EE: hue angle of 280.6º 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 #C369EE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 105 | 238 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.07 |
| HSL | 280.6º | 0.8% | 0.67% | - |
| HSV(B) | 280.6º | 0.56% | 0.93% | - |
| XYZ | 42.99 | 27.88 | 84 | - |
| YUV | 147.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 238 | 0.18 | 0.56 | 0 | 0.07 | 280.6 | 0.8 | 0.67 |
| Hex | C3 | 69 | EE | 12 | 38 | 0 | 7 | 119 | 50 | 43 |
| Octal | 303 | 151 | 356 | 22 | 70 | 0 | 7 | 431 | 120 | 103 |
| Binary | 11000011 | 1101001 | 11101110 | 10010 | 111000 | 0 | 111 | 100011001 | 1010000 | 1000011 |
Color Harmonies of #C369EE
Complementary color
Monochromatic Colors of #C369EE
Black with #C369EE
Text Example
Text Example
White with #C369EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369EE; }
p { color: rgb(195,105,238); }
H1.HeaderClassName
{
color: #C369EE;
}
.AnyTagClassName
{
color: #C369EE;
}
</style>
background-color css
<style>
a { background-color: #C369EE; }
a { background-color: rgb(195,105,238); }
div.DivClassName
{
background-color: #C369EE;
}
.BgClassName
{
background-color: #C369EE;
}
</style>
border-color css
<style>
span { border-color: #C369EE; }
span { border-color: rgb(195,105,238); }
td.TdClassName
{
border-color: #C369EE;
}
.TagClassName
{
border-color: #C369EE;
}
</style>