#C6A2DB

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

Shades of Wisteria #C6A2DB

Tints of Wisteria #C6A2DB

Color information

#C6A2DB (or 0xC6A2DB) is unknown color: approx Wisteria. HEX triplet: C6, A2 and DB. RGB value is (198,162,219). Sum of RGB (Red+Green+Blue) = 198+162+219=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2DB is #395D24. Grayscale: #B3B3B3. Windows color (decimal): -3759397 or 14394054. OLE color: 14394054.

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

Color convert

RGB198162219-
CMYK0.100.2600.14
HSL277.89º44.19%74.71%-
HSV(B)277.89º26.03%85.88%-
XYZ4942.9672.73-
YUV179.26150.43141.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 219 (85.94% from 255) = 37.82%
R=34.20%
G=27.98%
B=37.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981622190.100.2600.14277.8944.1974.71
HexC6A2DBA1A0E1162c4b
Octal306242333123201642654113
Binary110001101010001011011011101011010011101000101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A2DB; }

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

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

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

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

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

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

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

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