#C18AE1

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

Shades of Wisteria #C18AE1

Tints of Wisteria #C18AE1

Color information

#C18AE1 (or 0xC18AE1) is unknown color: approx Wisteria. HEX triplet: C1, 8A and E1. RGB value is (193,138,225). Sum of RGB (Red+Green+Blue) = 193+138+225=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #C18AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18AE1 is #3E751E. Grayscale: #A4A4A4. Windows color (decimal): -4093215 or 14781121. OLE color: 14781121.

HSL color Cylindrical-coordinate representation of color #C18AE1: hue angle of 277.93º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C18AE1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193138225-
CMYK0.140.3900.12
HSL277.93º59.18%71.18%-
HSV(B)277.93º38.67%88.24%-
XYZ44.6734.9575.63-
YUV164.36162.22148.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 225 (88.28% from 255) = 40.47%
R=34.71%
G=24.82%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931382250.140.3900.12277.9359.1871.18
HexC18AE1E270C1163b47
Octal301212341164701442673107
Binary1100000110001010111000011110100111011001000101101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18AE1; }

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

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

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

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

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

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

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

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