#C1A4D2

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

Shades of Wisteria #C1A4D2

Tints of Wisteria #C1A4D2

Color information

#C1A4D2 (or 0xC1A4D2) is unknown color: approx Wisteria. HEX triplet: C1, A4 and D2. RGB value is (193,164,210). Sum of RGB (Red+Green+Blue) = 193+164+210=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 210 - color contains mainly: blue. Hex color #C1A4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A4D2 is #3E5B2D. Grayscale: #B1B1B1. Windows color (decimal): -4086574 or 13804737. OLE color: 13804737.

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

Color convert

RGB193164210-
CMYK0.080.2200.18
HSL277.83º33.82%73.33%-
HSV(B)277.83º21.9%82.35%-
XYZ46.942.5466.71-
YUV177.92146.11138.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=34.04%
G=28.92%
B=37.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931642100.080.2200.18277.8333.8273.33
HexC1A4D28160121162249
Octal301244322102602242642111
Binary1100000110100100110100101000101100100101000101101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A4D2; }

 p { color: rgb(193,164,210); }

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

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

 a { background-color: rgb(193,164,210); }

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

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

 span { border-color: rgb(193,164,210); }

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