#C16EEE

Color #C16EEE Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C16EEE

Tints of Heliotrope #C16EEE

Color information

#C16EEE (or 0xC16EEE) is unknown color: approx Heliotrope. HEX triplet: C1, 6E and EE. RGB value is (193,110,238). Sum of RGB (Red+Green+Blue) = 193+110+238=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #C16EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EEE is #3E9111. Grayscale: #949494. Windows color (decimal): -4100370 or 15625921. OLE color: 15625921.

HSL color Cylindrical-coordinate representation of color #C16EEE: hue angle of 278.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16EEE is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193110238-
CMYK0.190.5400.07
HSL278.91º79.01%68.24%-
HSV(B)278.91º53.78%93.33%-
XYZ4328.6684.15-
YUV149.41178159.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 35.67%
GREEN value IS 110 (43.36% from 255) = 20.33%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=35.67%
G=20.33%
B=43.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931102380.190.5400.07278.9179.0168.24
HexC16EEE1336071174f44
Octal301156356236607427117104
Binary1100000111011101110111010011110110011110001011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EEE; }

 p { color: rgb(193,110,238); }

 H1.HeaderClassName
 {
   color: #C16EEE;
 }
 .AnyTagClassName
 {
   color: #C16EEE;
 }
</style>
background-color css

<style>
 a { background-color: #C16EEE; }

 a { background-color: rgb(193,110,238); }

 div.DivClassName
 {
   background-color: #C16EEE;
 }
 .BgClassName
 {
   background-color: #C16EEE;
 }
</style>
border-color css

<style>
 span { border-color: #C16EEE; }

 span { border-color: rgb(193,110,238); }

 td.TdClassName
 {
   border-color: #C16EEE;
 }
 .TagClassName
 {
   border-color: #C16EEE;
 }
</style>