#C291DC

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

Shades of Wisteria #C291DC

Tints of Wisteria #C291DC

Color information

#C291DC (or 0xC291DC) is unknown color: approx Wisteria. HEX triplet: C2, 91 and DC. RGB value is (194,145,220). Sum of RGB (Red+Green+Blue) = 194+145+220=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #C291DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291DC is #3D6E23. Grayscale: #A7A7A7. Windows color (decimal): -4025892 or 14455234. OLE color: 14455234.

HSL color Cylindrical-coordinate representation of color #C291DC: hue angle of 279.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C291DC is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194145220-
CMYK0.120.3400.14
HSL279.2º51.72%71.57%-
HSV(B)279.2º34.09%86.27%-
XYZ45.2936.8972.44-
YUV168.2157.23146.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=34.70%
G=25.94%
B=39.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941452200.120.3400.14279.251.7271.57
HexC291DCC220E1173448
Octal302221334144201642764110
Binary1100001010010001110111001100100010011101000101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C291DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C291DC; }

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

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

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

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

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

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

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

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