#C6A1DE

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

Shades of Wisteria #C6A1DE

Tints of Wisteria #C6A1DE

Color information

#C6A1DE (or 0xC6A1DE) is unknown color: approx Wisteria. HEX triplet: C6, A1 and DE. RGB value is (198,161,222). Sum of RGB (Red+Green+Blue) = 198+161+222=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6A1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1DE is #395E21. Grayscale: #B2B2B2. Windows color (decimal): -3759650 or 14590406. OLE color: 14590406.

HSL color Cylindrical-coordinate representation of color #C6A1DE: hue angle of 276.39º degrees, saturation: 0.48, 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 #C6A1DE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198161222-
CMYK0.110.2700.13
HSL276.39º48.03%75.1%-
HSV(B)276.39º27.48%87.06%-
XYZ49.2242.7774.77-
YUV179.02152.26141.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 161 (63.28% from 255) = 27.71%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=34.08%
G=27.71%
B=38.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981612220.110.2700.13276.3948.0375.1
HexC6A1DEB1B0D114304b
Octal306241336133301542460113
Binary110001101010000111011110101111011011011000101001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1DE; }

 p { color: rgb(198,161,222); }

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

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

 a { background-color: rgb(198,161,222); }

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

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

 span { border-color: rgb(198,161,222); }

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