#C091CF

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

Shades of Wisteria #C091CF

Tints of Wisteria #C091CF

Color information

#C091CF (or 0xC091CF) is unknown color: approx Wisteria. HEX triplet: C0, 91 and CF. RGB value is (192,145,207). Sum of RGB (Red+Green+Blue) = 192+145+207=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #C091CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091CF is #3F6E30. Grayscale: #A5A5A5. Windows color (decimal): -4156977 or 13603264. OLE color: 13603264.

HSL color Cylindrical-coordinate representation of color #C091CF: hue angle of 285.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C091CF is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192145207-
CMYK0.070.3000.19
HSL285.48º39.24%69.02%-
HSV(B)285.48º29.95%81.18%-
XYZ43.1335.9663.7-
YUV166.12151.07146.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=35.29%
G=26.65%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921452070.070.3000.19285.4839.2469.02
HexC091CF71E01311d2745
Octal30022131773602343547105
Binary110000001001000111001111111111100100111000111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091CF; }

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

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

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

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

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

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

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

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