#C19ECC

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

Shades of Wisteria #C19ECC

Tints of Wisteria #C19ECC

Color information

#C19ECC (or 0xC19ECC) is unknown color: approx Wisteria. HEX triplet: C1, 9E and CC. RGB value is (193,158,204). Sum of RGB (Red+Green+Blue) = 193+158+204=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #C19ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ECC is #3E6133. Grayscale: #ADADAD. Windows color (decimal): -4088116 or 13409985. OLE color: 13409985.

HSL color Cylindrical-coordinate representation of color #C19ECC: hue angle of 285.65º degrees, saturation: 0.31, 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 #C19ECC is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193158204-
CMYK0.050.2300.2
HSL285.65º31.08%70.98%-
HSV(B)285.65º22.55%80%-
XYZ45.1240.1562.5-
YUV173.71145.1141.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=34.77%
G=28.47%
B=36.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931582040.050.2300.2285.6531.0870.98
HexC19ECC51701411e1f47
Octal30123631452702443637107
Binary11000001100111101100110010110111010100100011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ECC; }

 p { color: rgb(193,158,204); }

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

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

 a { background-color: rgb(193,158,204); }

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

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

 span { border-color: rgb(193,158,204); }

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