#C491CF

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

Shades of Wisteria #C491CF

Tints of Wisteria #C491CF

Color information

#C491CF (or 0xC491CF) is unknown color: approx Wisteria. HEX triplet: C4, 91 and CF. RGB value is (196,145,207). Sum of RGB (Red+Green+Blue) = 196+145+207=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #C491CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491CF is #3B6E30. Grayscale: #A7A7A7. Windows color (decimal): -3894833 or 13603268. OLE color: 13603268.

HSL color Cylindrical-coordinate representation of color #C491CF: hue angle of 289.35º 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 #C491CF is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196145207-
CMYK0.050.3000.19
HSL289.35º39.24%69.02%-
HSV(B)289.35º29.95%81.18%-
XYZ44.1536.4963.75-
YUV167.32150.4148.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 145 (57.03% from 255) = 26.46%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=35.77%
G=26.46%
B=37.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961452070.050.3000.19289.3539.2469.02
HexC491CF51E0131212745
Octal30422131753602344147105
Binary110001001001000111001111101111100100111001000011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491CF; }

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

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

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

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

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

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

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

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