#C493DE

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

Shades of Wisteria #C493DE

Tints of Wisteria #C493DE

Color information

#C493DE (or 0xC493DE) is unknown color: approx Wisteria. HEX triplet: C4, 93 and DE. RGB value is (196,147,222). Sum of RGB (Red+Green+Blue) = 196+147+222=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #C493DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493DE is #3B6C21. Grayscale: #A9A9A9. Windows color (decimal): -3894306 or 14586820. OLE color: 14586820.

HSL color Cylindrical-coordinate representation of color #C493DE: hue angle of 279.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C493DE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196147222-
CMYK0.120.3400.13
HSL279.2º53.19%72.35%-
HSV(B)279.2º33.78%87.06%-
XYZ46.3837.8873.97-
YUV170.2157.23146.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 147 (57.81% from 255) = 26.02%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=34.69%
G=26.02%
B=39.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961472220.120.3400.13279.253.1972.35
HexC493DEC220D1173548
Octal304223336144201542765110
Binary1100010010010011110111101100100010011011000101111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493DE; }

 p { color: rgb(196,147,222); }

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

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

 a { background-color: rgb(196,147,222); }

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

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

 span { border-color: rgb(196,147,222); }

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