#C6A4DB

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

Shades of Wisteria #C6A4DB

Tints of Wisteria #C6A4DB

Color information

#C6A4DB (or 0xC6A4DB) is unknown color: approx Wisteria. HEX triplet: C6, A4 and DB. RGB value is (198,164,219). Sum of RGB (Red+Green+Blue) = 198+164+219=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4DB is #395B24. Grayscale: #B4B4B4. Windows color (decimal): -3758885 or 14394566. OLE color: 14394566.

HSL color Cylindrical-coordinate representation of color #C6A4DB: hue angle of 277.09º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6A4DB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198164219-
CMYK0.100.2500.14
HSL277.09º43.31%75.1%-
HSV(B)277.09º25.11%85.88%-
XYZ49.3543.6772.85-
YUV180.44149.76140.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.08%
GREEN value IS 164 (64.45% from 255) = 28.23%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=34.08%
G=28.23%
B=37.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981642190.100.2500.14277.0943.3175.1
HexC6A4DBA190E1152b4b
Octal306244333123101642553113
Binary110001101010010011011011101011001011101000101011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4DB; }

 p { color: rgb(198,164,219); }

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

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

 a { background-color: rgb(198,164,219); }

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

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

 span { border-color: rgb(198,164,219); }

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