#C384D0

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

Shades of Wisteria #C384D0

Tints of Wisteria #C384D0

Color information

#C384D0 (or 0xC384D0) is unknown color: approx Wisteria. HEX triplet: C3, 84 and D0. RGB value is (195,132,208). Sum of RGB (Red+Green+Blue) = 195+132+208=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C384D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384D0 is #3C7B2F. Grayscale: #9F9F9F. Windows color (decimal): -3963696 or 13665475. OLE color: 13665475.

HSL color Cylindrical-coordinate representation of color #C384D0: hue angle of 289.74º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C384D0 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195132208-
CMYK0.060.3700.18
HSL289.74º44.71%66.67%-
HSV(B)289.74º36.54%81.57%-
XYZ42.1432.6663.76-
YUV159.5155.37153.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=36.45%
G=24.67%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951322080.060.3700.18289.7444.7166.67
HexC384D06250121222d43
Octal30320432064502244255103
Binary1100001110000100110100001101001010100101001000101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384D0; }

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

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

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

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

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

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

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

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