#C19ED4

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

Shades of Wisteria #C19ED4

Tints of Wisteria #C19ED4

Color information

#C19ED4 (or 0xC19ED4) is unknown color: approx Wisteria. HEX triplet: C1, 9E and D4. RGB value is (193,158,212). Sum of RGB (Red+Green+Blue) = 193+158+212=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #C19ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ED4 is #3E612B. Grayscale: #AEAEAE. Windows color (decimal): -4088108 or 13934273. OLE color: 13934273.

HSL color Cylindrical-coordinate representation of color #C19ED4: hue angle of 278.89º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19ED4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193158212-
CMYK0.090.2500.17
HSL278.89º38.57%72.55%-
HSV(B)278.89º25.47%83.14%-
XYZ46.140.5467.68-
YUV174.62149.1141.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.28%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=34.28%
G=28.06%
B=37.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931582120.090.2500.17278.8938.5772.55
HexC19ED49190111172749
Octal301236324113102142747111
Binary1100000110011110110101001001110010100011000101111001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ED4; }

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

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

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

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

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

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

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

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