#C199DF

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

Shades of Wisteria #C199DF

Tints of Wisteria #C199DF

Color information

#C199DF (or 0xC199DF) is unknown color: approx Wisteria. HEX triplet: C1, 99 and DF. RGB value is (193,153,223). Sum of RGB (Red+Green+Blue) = 193+153+223=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C199DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DF is #3E6620. Grayscale: #ACACAC. Windows color (decimal): -4089377 or 14653889. OLE color: 14653889.

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

Color convert

RGB193153223-
CMYK0.130.3100.13
HSL274.29º52.24%73.73%-
HSV(B)274.29º31.39%87.45%-
XYZ46.739.4574.96-
YUV172.94156.25142.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=33.92%
G=26.89%
B=39.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931532230.130.3100.13274.2952.2473.73
HexC199DFD1F0D112344a
Octal301231337153701542264112
Binary110000011001100111011111110111111011011000100101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199DF; }

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

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

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

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

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

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

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

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