#C18AEC

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

Shades of Wisteria #C18AEC

Tints of Wisteria #C18AEC

Color information

#C18AEC (or 0xC18AEC) is unknown color: approx Wisteria. HEX triplet: C1, 8A and EC. RGB value is (193,138,236). Sum of RGB (Red+Green+Blue) = 193+138+236=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C18AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18AEC is #3E7513. Grayscale: #A5A5A5. Windows color (decimal): -4093204 or 15502017. OLE color: 15502017.

HSL color Cylindrical-coordinate representation of color #C18AEC: hue angle of 273.67º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C18AEC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193138236-
CMYK0.180.4200.07
HSL273.67º72.06%73.33%-
HSV(B)273.67º41.53%92.55%-
XYZ46.2235.5783.79-
YUV165.62167.72147.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=34.04%
G=24.34%
B=41.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931382360.180.4200.07273.6772.0673.33
HexC18AEC122A071124849
Octal301212354225207422110111
Binary11000001100010101110110010010101010011110001001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18AEC; }

 p { color: rgb(193,138,236); }

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

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

 a { background-color: rgb(193,138,236); }

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

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

 span { border-color: rgb(193,138,236); }

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