#C091DF

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

Shades of Wisteria #C091DF

Tints of Wisteria #C091DF

Color information

#C091DF (or 0xC091DF) is unknown color: approx Wisteria. HEX triplet: C0, 91 and DF. RGB value is (192,145,223). Sum of RGB (Red+Green+Blue) = 192+145+223=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #C091DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091DF is #3F6E20. Grayscale: #A7A7A7. Windows color (decimal): -4156961 or 14651840. OLE color: 14651840.

HSL color Cylindrical-coordinate representation of color #C091DF: hue angle of 276.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C091DF is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192145223-
CMYK0.140.3500.13
HSL276.15º54.93%72.16%-
HSV(B)276.15º34.98%87.45%-
XYZ45.1836.7874.53-
YUV167.94159.07145.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 145 (57.03% from 255) = 25.89%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=34.29%
G=25.89%
B=39.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921452230.140.3500.13276.1554.9372.16
HexC091DFE230D1143748
Octal300221337164301542467110
Binary1100000010010001110111111110100011011011000101001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091DF; }

 p { color: rgb(192,145,223); }

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

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

 a { background-color: rgb(192,145,223); }

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

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

 span { border-color: rgb(192,145,223); }

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