#C5A5CE

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

Shades of Wisteria #C5A5CE

Tints of Wisteria #C5A5CE

Color information

#C5A5CE (or 0xC5A5CE) is unknown color: approx Wisteria. HEX triplet: C5, A5 and CE. RGB value is (197,165,206). Sum of RGB (Red+Green+Blue) = 197+165+206=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5CE is #3A5A31. Grayscale: #B3B3B3. Windows color (decimal): -3824178 or 13542853. OLE color: 13542853.

HSL color Cylindrical-coordinate representation of color #C5A5CE: hue angle of 286.83º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5A5CE is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197165206-
CMYK0.040.2000.19
HSL286.83º29.5%72.75%-
HSV(B)286.83º19.9%80.78%-
XYZ47.6243.2464.23-
YUV179.24143.1140.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 165 (64.84% from 255) = 29.05%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=34.68%
G=29.05%
B=36.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971652060.040.2000.19286.8329.572.75
HexC5A5CE41401311f1d49
Octal30524531642402343735111
Binary11000101101001011100111010010100010011100011111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A5CE; }

 p { color: rgb(197,165,206); }

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

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

 a { background-color: rgb(197,165,206); }

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

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

 span { border-color: rgb(197,165,206); }

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