#C380DE

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

Shades of Wisteria #C380DE

Tints of Wisteria #C380DE

Color information

#C380DE (or 0xC380DE) is unknown color: approx Wisteria. HEX triplet: C3, 80 and DE. RGB value is (195,128,222). Sum of RGB (Red+Green+Blue) = 195+128+222=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #C380DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380DE is #3C7F21. Grayscale: #9E9E9E. Windows color (decimal): -3964706 or 14581955. OLE color: 14581955.

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

Color convert

RGB195128222-
CMYK0.120.4200.13
HSL282.77º58.75%68.63%-
HSV(B)282.77º42.34%87.06%-
XYZ43.4132.3173.06-
YUV158.75163.7153.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=35.78%
G=23.49%
B=40.73%

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
Decimal1951282220.120.4200.13282.7758.7568.63
HexC380DEC2A0D11b3b45
Octal303200336145201543373105
Binary1100001110000000110111101100101010011011000110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380DE; }

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

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

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

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

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

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

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

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