#C18ADA

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

Shades of Wisteria #C18ADA

Tints of Wisteria #C18ADA

Color information

#C18ADA (or 0xC18ADA) is unknown color: approx Wisteria. HEX triplet: C1, 8A and DA. RGB value is (193,138,218). Sum of RGB (Red+Green+Blue) = 193+138+218=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C18ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADA is #3E7525. Grayscale: #A3A3A3. Windows color (decimal): -4093222 or 14322369. OLE color: 14322369.

HSL color Cylindrical-coordinate representation of color #C18ADA: hue angle of 281.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C18ADA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193138218-
CMYK0.110.3700.15
HSL281.25º51.95%69.8%-
HSV(B)281.25º36.7%85.49%-
XYZ43.7434.5870.7-
YUV163.56158.72149-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=35.15%
G=25.14%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931382180.110.3700.15281.2551.9569.8
HexC18ADAB250F1193446
Octal301212332134501743164106
Binary1100000110001010110110101011100101011111000110011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18ADA; }

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

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

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

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

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

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

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

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