#C293DC

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

Shades of Wisteria #C293DC

Tints of Wisteria #C293DC

Color information

#C293DC (or 0xC293DC) is unknown color: approx Wisteria. HEX triplet: C2, 93 and DC. RGB value is (194,147,220). Sum of RGB (Red+Green+Blue) = 194+147+220=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C293DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293DC is #3D6C23. Grayscale: #A9A9A9. Windows color (decimal): -4025380 or 14455746. OLE color: 14455746.

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

Color convert

RGB194147220-
CMYK0.120.3300.14
HSL278.63º51.05%71.96%-
HSV(B)278.63º33.18%86.27%-
XYZ45.637.572.55-
YUV169.38156.57145.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=34.58%
G=26.20%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941472200.120.3300.14278.6351.0571.96
HexC293DCC210E1173348
Octal302223334144101642763110
Binary1100001010010011110111001100100001011101000101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293DC; }

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

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

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

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

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

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

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

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