#C384DB

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

Shades of Wisteria #C384DB

Tints of Wisteria #C384DB

Color information

#C384DB (or 0xC384DB) is unknown color: approx Wisteria. HEX triplet: C3, 84 and DB. RGB value is (195,132,219). Sum of RGB (Red+Green+Blue) = 195+132+219=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #C384DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DB is #3C7B24. Grayscale: #A0A0A0. Windows color (decimal): -3963685 or 14386371. OLE color: 14386371.

HSL color Cylindrical-coordinate representation of color #C384DB: hue angle of 283.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C384DB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195132219-
CMYK0.110.4000.14
HSL283.45º54.72%68.82%-
HSV(B)283.45º39.73%85.88%-
XYZ43.5433.2271.13-
YUV160.76160.87152.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.71%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=35.71%
G=24.18%
B=40.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951322190.110.4000.14283.4554.7268.82
HexC384DBB280E11b3745
Octal303204333135001643367105
Binary1100001110000100110110111011101000011101000110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384DB; }

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

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

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

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

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

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

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

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