#C8A5D2

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

Shades of Wisteria #C8A5D2

Tints of Wisteria #C8A5D2

Color information

#C8A5D2 (or 0xC8A5D2) is unknown color: approx Wisteria. HEX triplet: C8, A5 and D2. RGB value is (200,165,210). Sum of RGB (Red+Green+Blue) = 200+165+210=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8A5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5D2 is #375A2D. Grayscale: #B4B4B4. Windows color (decimal): -3627566 or 13805000. OLE color: 13805000.

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

Color convert

RGB200165210-
CMYK0.050.2100.18
HSL286.67º33.33%73.53%-
HSV(B)286.67º21.43%82.35%-
XYZ48.9143.8466.86-
YUV180.59144.6141.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 165 (64.84% from 255) = 28.70%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=34.78%
G=28.70%
B=36.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001652100.050.2100.18286.6733.3373.53
HexC8A5D251501211f214a
Octal31024532252502243741112
Binary110010001010010111010010101101010100101000111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A5D2; }

 p { color: rgb(200,165,210); }

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

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

 a { background-color: rgb(200,165,210); }

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

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

 span { border-color: rgb(200,165,210); }

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