#C381DC

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

Shades of Wisteria #C381DC

Tints of Wisteria #C381DC

Color information

#C381DC (or 0xC381DC) is unknown color: approx Wisteria. HEX triplet: C3, 81 and DC. RGB value is (195,129,220). Sum of RGB (Red+Green+Blue) = 195+129+220=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C381DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381DC is #3C7E23. Grayscale: #9E9E9E. Windows color (decimal): -3964452 or 14451139. OLE color: 14451139.

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

Color convert

RGB195129220-
CMYK0.110.4100.14
HSL283.52º56.52%68.43%-
HSV(B)283.52º41.36%86.27%-
XYZ43.2732.4771.7-
YUV159.11162.37153.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=35.85%
G=23.71%
B=40.44%

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
Decimal1951292200.110.4100.14283.5256.5268.43
HexC381DCB290E11c3944
Octal303201334135101643471104
Binary1100001110000001110111001011101001011101000111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381DC; }

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

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

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

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

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

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

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

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