#c19bd5

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

Shades of Wisteria #C19BD5

Tints of Wisteria #C19BD5

Color information

#C19BD5 (or 0xC19BD5) is unknown color: approx Wisteria. HEX triplet: C1, 9B and D5. RGB value is (193,155,213). Sum of RGB (Red+Green+Blue) = 193+155+213=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #C19BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BD5 is #3E642A. Grayscale: #ACACAC. Windows color (decimal): -4088875 or 13999041. OLE color: 13999041.

HSL color Cylindrical-coordinate representation of color #C19BD5: hue angle of 279.31º degrees, saturation: 0.41, 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 #C19BD5 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193155213-
CMYK0.090.2700.16
HSL279.31º40.85%72.16%-
HSV(B)279.31º27.23%83.53%-
XYZ45.7239.5868.18-
YUV172.97150.59142.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=34.40%
G=27.63%
B=37.97%

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
Decimal1931552130.090.2700.16279.3140.8572.16
HexC19BD591B0101172948
Octal301233325113302042751110
Binary1100000110011011110101011001110110100001000101111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c19bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c19bd5; }

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

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

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

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

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

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

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

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