#C394D4

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

Shades of Wisteria #C394D4

Tints of Wisteria #C394D4

Color information

#C394D4 (or 0xC394D4) is unknown color: approx Wisteria. HEX triplet: C3, 94 and D4. RGB value is (195,148,212). Sum of RGB (Red+Green+Blue) = 195+148+212=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #C394D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394D4 is #3C6B2B. Grayscale: #A9A9A9. Windows color (decimal): -3959596 or 13931715. OLE color: 13931715.

HSL color Cylindrical-coordinate representation of color #C394D4: hue angle of 284.06º 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 #C394D4 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB195148212-
CMYK0.080.3000.17
HSL284.06º42.67%70.59%-
HSV(B)284.06º30.19%83.14%-
XYZ44.9837.5467.16-
YUV169.35152.07146.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.14%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=35.14%
G=26.67%
B=38.20%

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
Decimal1951482120.080.3000.17284.0642.6770.59
HexC394D481E01111c2b47
Octal303224324103602143453107
Binary1100001110010100110101001000111100100011000111001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394D4; }

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

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

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

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

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

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

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

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