#C19ACD

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

Shades of Wisteria #C19ACD

Tints of Wisteria #C19ACD

Color information

#C19ACD (or 0xC19ACD) is unknown color: approx Wisteria. HEX triplet: C1, 9A and CD. RGB value is (193,154,205). Sum of RGB (Red+Green+Blue) = 193+154+205=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ACD is #3E6532. Grayscale: #ABABAB. Windows color (decimal): -4089139 or 13474497. OLE color: 13474497.

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

Color convert

RGB193154205-
CMYK0.060.2500.20
HSL285.88º33.77%70.39%-
HSV(B)285.88º24.88%80.39%-
XYZ44.5738.8662.91-
YUV171.48146.92143.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=34.96%
G=27.90%
B=37.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931542050.060.2500.20285.8833.7770.39
HexC19ACD61901411e2246
Octal30123231563102443642106
Binary110000011001101011001101110110010101001000111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ACD; }

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

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

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

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

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

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

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

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