#C294D4

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

Shades of Wisteria #C294D4

Tints of Wisteria #C294D4

Color information

#C294D4 (or 0xC294D4) is unknown color: approx Wisteria. HEX triplet: C2, 94 and D4. RGB value is (194,148,212). Sum of RGB (Red+Green+Blue) = 194+148+212=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 212 (83.20% from 255 or 38.27% from 554); Max value from RGB is 212 - color contains mainly: blue. Hex color #C294D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294D4 is #3D6B2B. Grayscale: #A8A8A8. Windows color (decimal): -4025132 or 13931714. OLE color: 13931714.

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

Color convert

RGB194148212-
CMYK0.080.3000.17
HSL283.12º42.67%70.59%-
HSV(B)283.12º30.19%83.14%-
XYZ44.7237.467.15-
YUV169.05152.24145.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 212 (83.20% from 255) = 38.27%
R=35.02%
G=26.71%
B=38.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941482120.080.3000.17283.1242.6770.59
HexC294D481E01111b2b47
Octal302224324103602143353107
Binary1100001010010100110101001000111100100011000110111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294D4; }

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

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

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

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

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

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

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

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