#C19DDB

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

Shades of Wisteria #C19DDB

Tints of Wisteria #C19DDB

Color information

#C19DDB (or 0xC19DDB) is unknown color: approx Wisteria. HEX triplet: C1, 9D and DB. RGB value is (193,157,219). Sum of RGB (Red+Green+Blue) = 193+157+219=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C19DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DDB is #3E6224. Grayscale: #AEAEAE. Windows color (decimal): -4088357 or 14392769. OLE color: 14392769.

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

Color convert

RGB193157219-
CMYK0.120.2800.14
HSL274.84º46.27%73.73%-
HSV(B)274.84º28.31%85.88%-
XYZ46.8440.5772.38-
YUV174.83152.93140.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=33.92%
G=27.59%
B=38.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931572190.120.2800.14274.8446.2773.73
HexC19DDBC1C0E1132e4a
Octal301235333143401642356112
Binary110000011001110111011011110011100011101000100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19DDB; }

 p { color: rgb(193,157,219); }

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

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

 a { background-color: rgb(193,157,219); }

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

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

 span { border-color: rgb(193,157,219); }

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