#C19CDA

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

Shades of Wisteria #C19CDA

Tints of Wisteria #C19CDA

Color information

#C19CDA (or 0xC19CDA) is unknown color: approx Wisteria. HEX triplet: C1, 9C and DA. RGB value is (193,156,218). Sum of RGB (Red+Green+Blue) = 193+156+218=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C19CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CDA is #3E6325. Grayscale: #ADADAD. Windows color (decimal): -4088614 or 14326977. OLE color: 14326977.

HSL color Cylindrical-coordinate representation of color #C19CDA: hue angle of 275.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19CDA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193156218-
CMYK0.110.2800.15
HSL275.81º45.59%73.33%-
HSV(B)275.81º28.44%85.49%-
XYZ46.5440.1871.63-
YUV174.13152.76141.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=34.04%
G=27.51%
B=38.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931562180.110.2800.15275.8145.5973.33
HexC19CDAB1C0F1142e49
Octal301234332133401742456111
Binary110000011001110011011010101111100011111000101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19CDA; }

 p { color: rgb(193,156,218); }

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

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

 a { background-color: rgb(193,156,218); }

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

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

 span { border-color: rgb(193,156,218); }

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