#C18DE1

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

Shades of Wisteria #C18DE1

Tints of Wisteria #C18DE1

Color information

#C18DE1 (or 0xC18DE1) is unknown color: approx Wisteria. HEX triplet: C1, 8D and E1. RGB value is (193,141,225). Sum of RGB (Red+Green+Blue) = 193+141+225=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #C18DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18DE1 is #3E721E. Grayscale: #A5A5A5. Windows color (decimal): -4092447 or 14781889. OLE color: 14781889.

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

Color convert

RGB193141225-
CMYK0.140.3700.12
HSL277.14º58.33%71.76%-
HSV(B)277.14º37.33%88.24%-
XYZ45.1135.8275.77-
YUV166.12161.23147.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=34.53%
G=25.22%
B=40.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931412250.140.3700.12277.1458.3371.76
HexC18DE1E250C1153a48
Octal301215341164501442572110
Binary1100000110001101111000011110100101011001000101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18DE1; }

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

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

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

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

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

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

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

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