#C190CD

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

Shades of Wisteria #C190CD

Tints of Wisteria #C190CD

Color information

#C190CD (or 0xC190CD) is unknown color: approx Wisteria. HEX triplet: C1, 90 and CD. RGB value is (193,144,205). Sum of RGB (Red+Green+Blue) = 193+144+205=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C190CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190CD is #3E6F32. Grayscale: #A5A5A5. Windows color (decimal): -4091699 or 13471937. OLE color: 13471937.

HSL color Cylindrical-coordinate representation of color #C190CD: hue angle of 288.2º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C190CD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193144205-
CMYK0.060.3000.20
HSL288.2º37.89%68.43%-
HSV(B)288.2º29.76%80.39%-
XYZ42.9935.6962.38-
YUV165.6150.23147.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=35.61%
G=26.57%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931442050.060.3000.20288.237.8968.43
HexC190CD61E0141202644
Octal30122031563602444046104
Binary110000011001000011001101110111100101001001000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190CD; }

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

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

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

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

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

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

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

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