#C9A8DF

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

Shades of Wisteria #C9A8DF

Tints of Wisteria #C9A8DF

Color information

#C9A8DF (or 0xC9A8DF) is unknown color: approx Wisteria. HEX triplet: C9, A8 and DF. RGB value is (201,168,223). Sum of RGB (Red+Green+Blue) = 201+168+223=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8DF is #365720. Grayscale: #B7B7B7. Windows color (decimal): -3561249 or 14657737. OLE color: 14657737.

HSL color Cylindrical-coordinate representation of color #C9A8DF: hue angle of 276º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9A8DF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201168223-
CMYK0.100.2500.13
HSL276º46.22%76.67%-
HSV(B)276º24.66%87.45%-
XYZ51.4145.7575.93-
YUV184.14149.93140.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=33.95%
G=28.38%
B=37.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011682230.100.2500.1327646.2276.67
HexC9A8DFA190D1142e4d
Octal311250337123101542456115
Binary110010011010100011011111101011001011011000101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A8DF; }

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

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

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

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

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

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

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

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