#C19EDA

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

Shades of Wisteria #C19EDA

Tints of Wisteria #C19EDA

Color information

#C19EDA (or 0xC19EDA) is unknown color: approx Wisteria. HEX triplet: C1, 9E and DA. RGB value is (193,158,218). Sum of RGB (Red+Green+Blue) = 193+158+218=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C19EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19EDA is #3E6125. Grayscale: #AFAFAF. Windows color (decimal): -4088102 or 14327489. OLE color: 14327489.

HSL color Cylindrical-coordinate representation of color #C19EDA: hue angle of 275º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C19EDA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193158218-
CMYK0.110.2800.15
HSL275º44.78%73.73%-
HSV(B)275º27.52%85.49%-
XYZ46.8740.8571.74-
YUV175.3152.1140.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=33.92%
G=27.77%
B=38.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931582180.110.2800.1527544.7873.73
HexC19EDAB1C0F1132d4a
Octal301236332133401742355112
Binary110000011001111011011010101111100011111000100111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19EDA; }

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

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

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

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

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

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

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

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