#C293DD

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

Shades of Wisteria #C293DD

Tints of Wisteria #C293DD

Color information

#C293DD (or 0xC293DD) is unknown color: approx Wisteria. HEX triplet: C2, 93 and DD. RGB value is (194,147,221). Sum of RGB (Red+Green+Blue) = 194+147+221=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C293DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293DD is #3D6C22. Grayscale: #A9A9A9. Windows color (decimal): -4025379 or 14521282. OLE color: 14521282.

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

Color convert

RGB194147221-
CMYK0.120.3300.13
HSL278.11º52.11%72.16%-
HSV(B)278.11º33.48%86.67%-
XYZ45.7337.5673.25-
YUV169.49157.07145.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=34.52%
G=26.16%
B=39.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941472210.120.3300.13278.1152.1172.16
HexC293DDC210D1163448
Octal302223335144101542664110
Binary1100001010010011110111011100100001011011000101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293DD; }

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

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

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

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

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

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

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

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