#C384DC

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

Shades of Wisteria #C384DC

Tints of Wisteria #C384DC

Color information

#C384DC (or 0xC384DC) is unknown color: approx Wisteria. HEX triplet: C3, 84 and DC. RGB value is (195,132,220). Sum of RGB (Red+Green+Blue) = 195+132+220=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C384DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DC is #3C7B23. Grayscale: #A0A0A0. Windows color (decimal): -3963684 or 14451907. OLE color: 14451907.

HSL color Cylindrical-coordinate representation of color #C384DC: hue angle of 282.95º degrees, saturation: 0.56, 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 #C384DC is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195132220-
CMYK0.110.4000.14
HSL282.95º55.7%69.02%-
HSV(B)282.95º40%86.27%-
XYZ43.6833.2771.83-
YUV160.87161.37152.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=35.65%
G=24.13%
B=40.22%

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
Decimal1951322200.110.4000.14282.9555.769.02
HexC384DCB280E11b3845
Octal303204334135001643370105
Binary1100001110000100110111001011101000011101000110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384DC; }

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

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

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

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

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

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

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

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