#C384E0

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

Shades of Wisteria #C384E0

Tints of Wisteria #C384E0

Color information

#C384E0 (or 0xC384E0) is unknown color: approx Wisteria. HEX triplet: C3, 84 and E0. RGB value is (195,132,224). Sum of RGB (Red+Green+Blue) = 195+132+224=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #C384E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384E0 is #3C7B1F. Grayscale: #A1A1A1. Windows color (decimal): -3963680 or 14714051. OLE color: 14714051.

HSL color Cylindrical-coordinate representation of color #C384E0: hue angle of 281.09º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C384E0 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195132224-
CMYK0.130.4100.12
HSL281.09º59.74%69.8%-
HSV(B)281.09º41.07%87.84%-
XYZ44.2133.4974.65-
YUV161.32163.37152.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=35.39%
G=23.96%
B=40.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951322240.130.4100.12281.0959.7469.8
HexC384E0D290C1193c46
Octal303204340155101443174106
Binary1100001110000100111000001101101001011001000110011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384E0; }

 p { color: rgb(195,132,224); }

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

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

 a { background-color: rgb(195,132,224); }

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

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

 span { border-color: rgb(195,132,224); }

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