#C293D4

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

Shades of Wisteria #C293D4

Tints of Wisteria #C293D4

Color information

#C293D4 (or 0xC293D4) is unknown color: approx Wisteria. HEX triplet: C2, 93 and D4. RGB value is (194,147,212). Sum of RGB (Red+Green+Blue) = 194+147+212=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #C293D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D4 is #3D6C2B. Grayscale: #A8A8A8. Windows color (decimal): -4025388 or 13931458. OLE color: 13931458.

HSL color Cylindrical-coordinate representation of color #C293D4: hue angle of 283.38º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C293D4 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194147212-
CMYK0.080.3100.17
HSL283.38º43.05%70.39%-
HSV(B)283.38º30.66%83.14%-
XYZ44.5737.0967.1-
YUV168.46152.57146.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 212 (83.20% from 255) = 38.34%
R=35.08%
G=26.58%
B=38.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941472120.080.3100.17283.3843.0570.39
HexC293D481F01111b2b46
Octal302223324103702143353106
Binary1100001010010011110101001000111110100011000110111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293D4; }

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

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

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

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

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

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

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

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