#C18EDD

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

Shades of Wisteria #C18EDD

Tints of Wisteria #C18EDD

Color information

#C18EDD (or 0xC18EDD) is unknown color: approx Wisteria. HEX triplet: C1, 8E and DD. RGB value is (193,142,221). Sum of RGB (Red+Green+Blue) = 193+142+221=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C18EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EDD is #3E7122. Grayscale: #A5A5A5. Windows color (decimal): -4092195 or 14520001. OLE color: 14520001.

HSL color Cylindrical-coordinate representation of color #C18EDD: hue angle of 278.73º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18EDD is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193142221-
CMYK0.130.3600.13
HSL278.73º53.74%71.18%-
HSV(B)278.73º35.75%86.67%-
XYZ44.7235.972.98-
YUV166.26158.9147.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=34.71%
G=25.54%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931422210.130.3600.13278.7353.7471.18
HexC18EDDD240D1173647
Octal301216335154401542766107
Binary1100000110001110110111011101100100011011000101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18EDD; }

 p { color: rgb(193,142,221); }

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

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

 a { background-color: rgb(193,142,221); }

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

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

 span { border-color: rgb(193,142,221); }

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