#C491DE

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

Shades of Wisteria #C491DE

Tints of Wisteria #C491DE

Color information

#C491DE (or 0xC491DE) is unknown color: approx Wisteria. HEX triplet: C4, 91 and DE. RGB value is (196,145,222). Sum of RGB (Red+Green+Blue) = 196+145+222=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #C491DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491DE is #3B6E21. Grayscale: #A8A8A8. Windows color (decimal): -3894818 or 14586308. OLE color: 14586308.

HSL color Cylindrical-coordinate representation of color #C491DE: hue angle of 279.74º degrees, saturation: 0.54, 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 #C491DE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196145222-
CMYK0.120.3500.13
HSL279.74º53.85%71.96%-
HSV(B)279.74º34.68%87.06%-
XYZ46.0837.2673.87-
YUV169.03157.9147.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=34.81%
G=25.75%
B=39.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961452220.120.3500.13279.7453.8571.96
HexC491DEC230D1183648
Octal304221336144301543066110
Binary1100010010010001110111101100100011011011000110001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491DE; }

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

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

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

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

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

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

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

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