#C1A5CE

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

Shades of Wisteria #C1A5CE

Tints of Wisteria #C1A5CE

Color information

#C1A5CE (or 0xC1A5CE) is unknown color: approx Wisteria. HEX triplet: C1, A5 and CE. RGB value is (193,165,206). Sum of RGB (Red+Green+Blue) = 193+165+206=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A5CE is #3E5A31. Grayscale: #B1B1B1. Windows color (decimal): -4086322 or 13542849. OLE color: 13542849.

HSL color Cylindrical-coordinate representation of color #C1A5CE: hue angle of 280.98º 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 #C1A5CE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193165206-
CMYK0.060.2000.19
HSL280.98º29.5%72.75%-
HSV(B)280.98º19.9%80.78%-
XYZ46.5942.764.18-
YUV178.05143.78138.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 165 (64.84% from 255) = 29.26%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=34.22%
G=29.26%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931652060.060.2000.19280.9829.572.75
HexC1A5CE6140131191d49
Octal30124531662402343135111
Binary11000001101001011100111011010100010011100011001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A5CE; }

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

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

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

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

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

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

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

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