#C191CD

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

Shades of Wisteria #C191CD

Tints of Wisteria #C191CD

Color information

#C191CD (or 0xC191CD) is unknown color: approx Wisteria. HEX triplet: C1, 91 and CD. RGB value is (193,145,205). Sum of RGB (Red+Green+Blue) = 193+145+205=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C191CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191CD is #3E6E32. Grayscale: #A6A6A6. Windows color (decimal): -4091443 or 13472193. OLE color: 13472193.

HSL color Cylindrical-coordinate representation of color #C191CD: hue angle of 288º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C191CD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193145205-
CMYK0.060.2900.20
HSL288º37.5%68.63%-
HSV(B)288º29.27%80.39%-
XYZ43.143662.43-
YUV166.19149.9147.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 145 (57.03% from 255) = 26.70%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=35.54%
G=26.70%
B=37.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931452050.060.2900.2028837.568.63
HexC191CD61D0141202545
Octal30122131563502444045105
Binary110000011001000111001101110111010101001001000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191CD; }

 p { color: rgb(193,145,205); }

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

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

 a { background-color: rgb(193,145,205); }

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

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

 span { border-color: rgb(193,145,205); }

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