#C6A5D7

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

Shades of Wisteria #C6A5D7

Tints of Wisteria #C6A5D7

Color information

#C6A5D7 (or 0xC6A5D7) is unknown color: approx Wisteria. HEX triplet: C6, A5 and D7. RGB value is (198,165,215). Sum of RGB (Red+Green+Blue) = 198+165+215=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6A5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5D7 is #395A28. Grayscale: #B4B4B4. Windows color (decimal): -3758633 or 14132678. OLE color: 14132678.

HSL color Cylindrical-coordinate representation of color #C6A5D7: hue angle of 279.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6A5D7 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198165215-
CMYK0.080.2300.16
HSL279.6º38.46%74.51%-
HSV(B)279.6º23.26%84.31%-
XYZ49.0143.8270.17-
YUV180.57147.43140.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=34.26%
G=28.55%
B=37.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981652150.080.2300.16279.638.4674.51
HexC6A5D7817010118264b
Octal306245327102702043046113
Binary1100011010100101110101111000101110100001000110001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A5D7; }

 p { color: rgb(198,165,215); }

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

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

 a { background-color: rgb(198,165,215); }

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

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

 span { border-color: rgb(198,165,215); }

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