#C382DB

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

Shades of Wisteria #C382DB

Tints of Wisteria #C382DB

Color information

#C382DB (or 0xC382DB) is unknown color: approx Wisteria. HEX triplet: C3, 82 and DB. RGB value is (195,130,219). Sum of RGB (Red+Green+Blue) = 195+130+219=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #C382DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382DB is #3C7D24. Grayscale: #9F9F9F. Windows color (decimal): -3964197 or 14385859. OLE color: 14385859.

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

Color convert

RGB195130219-
CMYK0.110.4100.14
HSL283.82º55.28%68.43%-
HSV(B)283.82º40.64%85.88%-
XYZ43.2732.6871.05-
YUV159.58161.53153.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=35.85%
G=23.90%
B=40.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951302190.110.4100.14283.8255.2868.43
HexC382DBB290E11c3744
Octal303202333135101643467104
Binary1100001110000010110110111011101001011101000111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382DB; }

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

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

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

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

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

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

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

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