#C195DF

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

Shades of Wisteria #C195DF

Tints of Wisteria #C195DF

Color information

#C195DF (or 0xC195DF) is unknown color: approx Wisteria. HEX triplet: C1, 95 and DF. RGB value is (193,149,223). Sum of RGB (Red+Green+Blue) = 193+149+223=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C195DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195DF is #3E6A20. Grayscale: #AAAAAA. Windows color (decimal): -4090401 or 14652865. OLE color: 14652865.

HSL color Cylindrical-coordinate representation of color #C195DF: hue angle of 275.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C195DF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193149223-
CMYK0.130.3300.13
HSL275.68º53.62%72.94%-
HSV(B)275.68º33.18%87.45%-
XYZ46.0638.1674.75-
YUV170.59157.58143.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=34.16%
G=26.37%
B=39.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931492230.130.3300.13275.6853.6272.94
HexC195DFD210D1143649
Octal301225337154101542466111
Binary1100000110010101110111111101100001011011000101001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195DF; }

 p { color: rgb(193,149,223); }

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

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

 a { background-color: rgb(193,149,223); }

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

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

 span { border-color: rgb(193,149,223); }

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