#C19BDC

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

Shades of Wisteria #C19BDC

Tints of Wisteria #C19BDC

Color information

#C19BDC (or 0xC19BDC) is unknown color: approx Wisteria. HEX triplet: C1, 9B and DC. RGB value is (193,155,220). Sum of RGB (Red+Green+Blue) = 193+155+220=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C19BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BDC is #3E6423. Grayscale: #ADADAD. Windows color (decimal): -4088868 or 14457793. OLE color: 14457793.

HSL color Cylindrical-coordinate representation of color #C19BDC: hue angle of 275.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19BDC is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193155220-
CMYK0.120.3000.14
HSL275.08º48.15%73.53%-
HSV(B)275.08º29.55%86.27%-
XYZ46.6339.9572.96-
YUV173.77154.09141.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=33.98%
G=27.29%
B=38.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931552200.120.3000.14275.0848.1573.53
HexC19BDCC1E0E113304a
Octal301233334143601642360112
Binary110000011001101111011100110011110011101000100111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19BDC; }

 p { color: rgb(193,155,220); }

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

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

 a { background-color: rgb(193,155,220); }

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

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

 span { border-color: rgb(193,155,220); }

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