#C19DCD

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

Shades of Wisteria #C19DCD

Tints of Wisteria #C19DCD

Color information

#C19DCD (or 0xC19DCD) is unknown color: approx Wisteria. HEX triplet: C1, 9D and CD. RGB value is (193,157,205). Sum of RGB (Red+Green+Blue) = 193+157+205=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DCD is #3E6232. Grayscale: #ADADAD. Windows color (decimal): -4088371 or 13475265. OLE color: 13475265.

HSL color Cylindrical-coordinate representation of color #C19DCD: hue angle of 285º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19DCD is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193157205-
CMYK0.060.2300.20
HSL285º32.43%70.98%-
HSV(B)285º23.41%80.39%-
XYZ45.0739.8663.08-
YUV173.24145.93142.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=34.77%
G=28.29%
B=36.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931572050.060.2300.2028532.4370.98
HexC19DCD61701411d2047
Octal30123531562702443540107
Binary110000011001110111001101110101110101001000111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19DCD; }

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

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

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

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

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

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

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

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