#C384ED

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

Shades of Wisteria #C384ED

Tints of Wisteria #C384ED

Color information

#C384ED (or 0xC384ED) is unknown color: approx Wisteria. HEX triplet: C3, 84 and ED. RGB value is (195,132,237). Sum of RGB (Red+Green+Blue) = 195+132+237=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #C384ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C384ED is #3C7B12. Grayscale: #A2A2A2. Windows color (decimal): -3963667 or 15566019. OLE color: 15566019.

HSL color Cylindrical-coordinate representation of color #C384ED: hue angle of 276º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C384ED is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195132237-
CMYK0.180.4400.07
HSL276º74.47%72.35%-
HSV(B)276º44.3%92.94%-
XYZ46.0434.2284.3-
YUV162.81169.87150.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.57%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=34.57%
G=23.40%
B=42.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951322370.180.4400.0727674.4772.35
HexC384ED122C071144a48
Octal303204355225407424112110
Binary11000011100001001110110110010101100011110001010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384ED; }

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

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

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

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

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

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

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

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