#C9A8DE

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

Shades of Wisteria #C9A8DE

Tints of Wisteria #C9A8DE

Color information

#C9A8DE (or 0xC9A8DE) is unknown color: approx Wisteria. HEX triplet: C9, A8 and DE. RGB value is (201,168,222). Sum of RGB (Red+Green+Blue) = 201+168+222=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C9A8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8DE is #365721. Grayscale: #B7B7B7. Windows color (decimal): -3561250 or 14592201. OLE color: 14592201.

HSL color Cylindrical-coordinate representation of color #C9A8DE: hue angle of 276.67º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9A8DE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201168222-
CMYK0.090.2400.13
HSL276.67º45%76.47%-
HSV(B)276.67º24.32%87.06%-
XYZ51.2745.775.23-
YUV184.02149.43140.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=34.01%
G=28.43%
B=37.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011682220.090.2400.13276.674576.47
HexC9A8DE9180D1152d4c
Octal311250336113001542555114
Binary110010011010100011011110100111000011011000101011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A8DE; }

 p { color: rgb(201,168,222); }

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

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

 a { background-color: rgb(201,168,222); }

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

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

 span { border-color: rgb(201,168,222); }

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