#C291DE

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

Shades of Wisteria #C291DE

Tints of Wisteria #C291DE

Color information

#C291DE (or 0xC291DE) is unknown color: approx Wisteria. HEX triplet: C2, 91 and DE. RGB value is (194,145,222). Sum of RGB (Red+Green+Blue) = 194+145+222=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #C291DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291DE is #3D6E21. Grayscale: #A8A8A8. Windows color (decimal): -4025890 or 14586306. OLE color: 14586306.

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

Color convert

RGB194145222-
CMYK0.130.3500.13
HSL278.18º53.85%71.96%-
HSV(B)278.18º34.68%87.06%-
XYZ45.5636.9973.85-
YUV168.43158.23146.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=34.58%
G=25.85%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941452220.130.3500.13278.1853.8571.96
HexC291DED230D1163648
Octal302221336154301542666110
Binary1100001010010001110111101101100011011011000101101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291DE; }

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

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

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

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

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

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

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

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