#C293D6

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

Shades of Wisteria #C293D6

Tints of Wisteria #C293D6

Color information

#C293D6 (or 0xC293D6) is unknown color: approx Wisteria. HEX triplet: C2, 93 and D6. RGB value is (194,147,214). Sum of RGB (Red+Green+Blue) = 194+147+214=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #C293D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D6 is #3D6C29. Grayscale: #A8A8A8. Windows color (decimal): -4025386 or 14062530. OLE color: 14062530.

HSL color Cylindrical-coordinate representation of color #C293D6: hue angle of 282.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C293D6 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194147214-
CMYK0.090.3100.16
HSL282.09º44.97%70.78%-
HSV(B)282.09º31.31%83.92%-
XYZ44.8237.1968.43-
YUV168.69153.57146.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.95%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 214 (83.98% from 255) = 38.56%
R=34.95%
G=26.49%
B=38.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941472140.090.3100.16282.0944.9770.78
HexC293D691F01011a2d47
Octal302223326113702043255107
Binary1100001010010011110101101001111110100001000110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293D6; }

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

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

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

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

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

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

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

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