#C8A3DE

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

Shades of Wisteria #C8A3DE

Tints of Wisteria #C8A3DE

Color information

#C8A3DE (or 0xC8A3DE) is unknown color: approx Wisteria. HEX triplet: C8, A3 and DE. RGB value is (200,163,222). Sum of RGB (Red+Green+Blue) = 200+163+222=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8A3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A3DE is #375C21. Grayscale: #B4B4B4. Windows color (decimal): -3628066 or 14590920. OLE color: 14590920.

HSL color Cylindrical-coordinate representation of color #C8A3DE: hue angle of 277.63º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A3DE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200163222-
CMYK0.100.2700.13
HSL277.63º47.2%75.49%-
HSV(B)277.63º26.58%87.06%-
XYZ50.143.7574.91-
YUV180.79151.26141.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=34.19%
G=27.86%
B=37.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001632220.100.2700.13277.6347.275.49
HexC8A3DEA1B0D1162f4b
Octal310243336123301542657113
Binary110010001010001111011110101011011011011000101101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A3DE; }

 p { color: rgb(200,163,222); }

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

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

 a { background-color: rgb(200,163,222); }

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

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

 span { border-color: rgb(200,163,222); }

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