#C19CD5

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

Shades of Wisteria #C19CD5

Tints of Wisteria #C19CD5

Color information

#C19CD5 (or 0xC19CD5) is unknown color: approx Wisteria. HEX triplet: C1, 9C and D5. RGB value is (193,156,213). Sum of RGB (Red+Green+Blue) = 193+156+213=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #C19CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD5 is #3E632A. Grayscale: #ADADAD. Windows color (decimal): -4088619 or 13999297. OLE color: 13999297.

HSL color Cylindrical-coordinate representation of color #C19CD5: hue angle of 278.95º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C19CD5 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193156213-
CMYK0.090.2700.16
HSL278.95º40.43%72.35%-
HSV(B)278.95º26.76%83.53%-
XYZ45.8939.9268.24-
YUV173.56150.26141.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.34%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=34.34%
G=27.76%
B=37.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931562130.090.2700.16278.9540.4372.35
HexC19CD591B0101172848
Octal301234325113302042750110
Binary1100000110011100110101011001110110100001000101111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19CD5; }

 p { color: rgb(193,156,213); }

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

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

 a { background-color: rgb(193,156,213); }

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

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

 span { border-color: rgb(193,156,213); }

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