#C384D1

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

Shades of Wisteria #C384D1

Tints of Wisteria #C384D1

Color information

#C384D1 (or 0xC384D1) is unknown color: approx Wisteria. HEX triplet: C3, 84 and D1. RGB value is (195,132,209). Sum of RGB (Red+Green+Blue) = 195+132+209=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #C384D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384D1 is #3C7B2E. Grayscale: #9F9F9F. Windows color (decimal): -3963695 or 13731011. OLE color: 13731011.

HSL color Cylindrical-coordinate representation of color #C384D1: hue angle of 289.09º degrees, saturation: 0.46, 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 #C384D1 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195132209-
CMYK0.070.3700.18
HSL289.09º45.56%66.86%-
HSV(B)289.09º36.84%81.96%-
XYZ42.2732.7164.41-
YUV159.61155.87153.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=36.38%
G=24.63%
B=38.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951322090.070.3700.18289.0945.5666.86
HexC384D17250121212e43
Octal30320432174502244156103
Binary1100001110000100110100011111001010100101001000011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384D1; }

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

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

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

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

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

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

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

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