#C293D9

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

Shades of Wisteria #C293D9

Tints of Wisteria #C293D9

Color information

#C293D9 (or 0xC293D9) is unknown color: approx Wisteria. HEX triplet: C2, 93 and D9. RGB value is (194,147,217). Sum of RGB (Red+Green+Blue) = 194+147+217=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #C293D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D9 is #3D6C26. Grayscale: #A8A8A8. Windows color (decimal): -4025383 or 14259138. OLE color: 14259138.

HSL color Cylindrical-coordinate representation of color #C293D9: hue angle of 280.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C293D9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194147217-
CMYK0.110.3200.15
HSL280.29º47.95%71.37%-
HSV(B)280.29º32.26%85.1%-
XYZ45.2137.3570.47-
YUV169.03155.07145.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 147 (57.81% from 255) = 26.34%
BLUE value IS 217 (85.16% from 255) = 38.89%
R=34.77%
G=26.34%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941472170.110.3200.15280.2947.9571.37
HexC293D9B200F1183047
Octal302223331134001743060107
Binary1100001010010011110110011011100000011111000110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293D9; }

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

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

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

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

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

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

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

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