#C1A2D4

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

Shades of Wisteria #C1A2D4

Tints of Wisteria #C1A2D4

Color information

#C1A2D4 (or 0xC1A2D4) is unknown color: approx Wisteria. HEX triplet: C1, A2 and D4. RGB value is (193,162,212). Sum of RGB (Red+Green+Blue) = 193+162+212=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1A2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A2D4 is #3E5D2B. Grayscale: #B0B0B0. Windows color (decimal): -4087084 or 13935297. OLE color: 13935297.

HSL color Cylindrical-coordinate representation of color #C1A2D4: hue angle of 277.2º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1A2D4 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193162212-
CMYK0.090.2400.17
HSL277.2º36.76%73.33%-
HSV(B)277.2º23.58%83.14%-
XYZ46.841.9367.91-
YUV176.97147.77139.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 212 (83.20% from 255) = 37.39%
R=34.04%
G=28.57%
B=37.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931622120.090.2400.17277.236.7673.33
HexC1A2D49180111152549
Octal301242324113002142545111
Binary1100000110100010110101001001110000100011000101011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A2D4; }

 p { color: rgb(193,162,212); }

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

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

 a { background-color: rgb(193,162,212); }

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

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

 span { border-color: rgb(193,162,212); }

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