#C380DD

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

Shades of Wisteria #C380DD

Tints of Wisteria #C380DD

Color information

#C380DD (or 0xC380DD) is unknown color: approx Wisteria. HEX triplet: C3, 80 and DD. RGB value is (195,128,221). Sum of RGB (Red+Green+Blue) = 195+128+221=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C380DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380DD is #3C7F22. Grayscale: #9E9E9E. Windows color (decimal): -3964707 or 14516419. OLE color: 14516419.

HSL color Cylindrical-coordinate representation of color #C380DD: hue angle of 283.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C380DD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195128221-
CMYK0.120.4200.13
HSL283.23º57.76%68.43%-
HSV(B)283.23º42.08%86.67%-
XYZ43.2832.2672.35-
YUV158.64163.2153.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.85%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=35.85%
G=23.53%
B=40.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951282210.120.4200.13283.2357.7668.43
HexC380DDC2A0D11b3a44
Octal303200335145201543372104
Binary1100001110000000110111011100101010011011000110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380DD; }

 p { color: rgb(195,128,221); }

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

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

 a { background-color: rgb(195,128,221); }

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

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

 span { border-color: rgb(195,128,221); }

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