#C18ADE

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

Shades of Wisteria #C18ADE

Tints of Wisteria #C18ADE

Color information

#C18ADE (or 0xC18ADE) is unknown color: approx Wisteria. HEX triplet: C1, 8A and DE. RGB value is (193,138,222). Sum of RGB (Red+Green+Blue) = 193+138+222=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #C18ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADE is #3E7521. Grayscale: #A3A3A3. Windows color (decimal): -4093218 or 14584513. OLE color: 14584513.

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

Color convert

RGB193138222-
CMYK0.130.3800.13
HSL279.29º56%70.59%-
HSV(B)279.29º37.84%87.06%-
XYZ44.2734.7973.49-
YUV164.02160.72148.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=34.90%
G=24.95%
B=40.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931382220.130.3800.13279.295670.59
HexC18ADED260D1173847
Octal301212336154601542770107
Binary1100000110001010110111101101100110011011000101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18ADE; }

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

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

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

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

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

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

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

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