#C8A4D0

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

Shades of Wisteria #C8A4D0

Tints of Wisteria #C8A4D0

Color information

#C8A4D0 (or 0xC8A4D0) is unknown color: approx Wisteria. HEX triplet: C8, A4 and D0. RGB value is (200,164,208). Sum of RGB (Red+Green+Blue) = 200+164+208=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8A4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4D0 is #375B2F. Grayscale: #B3B3B3. Windows color (decimal): -3627824 or 13673672. OLE color: 13673672.

HSL color Cylindrical-coordinate representation of color #C8A4D0: hue angle of 289.09º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A4D0 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200164208-
CMYK0.040.2100.18
HSL289.09º31.88%72.94%-
HSV(B)289.09º21.15%81.57%-
XYZ48.4843.3865.49-
YUV179.78143.93142.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.97%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=34.97%
G=28.67%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001642080.040.2100.18289.0931.8872.94
HexC8A4D04150121212049
Octal31024432042502244140111
Binary110010001010010011010000100101010100101001000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A4D0; }

 p { color: rgb(200,164,208); }

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

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

 a { background-color: rgb(200,164,208); }

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

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

 span { border-color: rgb(200,164,208); }

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