#C180DE

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

Shades of Wisteria #C180DE

Tints of Wisteria #C180DE

Color information

#C180DE (or 0xC180DE) is unknown color: approx Wisteria. HEX triplet: C1, 80 and DE. RGB value is (193,128,222). Sum of RGB (Red+Green+Blue) = 193+128+222=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #C180DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DE is #3E7F21. Grayscale: #9D9D9D. Windows color (decimal): -4095778 or 14581953. OLE color: 14581953.

HSL color Cylindrical-coordinate representation of color #C180DE: hue angle of 281.49º 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 #C180DE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193128222-
CMYK0.130.4200.13
HSL281.49º58.75%68.63%-
HSV(B)281.49º42.34%87.06%-
XYZ42.932.0573.03-
YUV158.15164.03152.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=35.54%
G=23.57%
B=40.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931282220.130.4200.13281.4958.7568.63
HexC180DED2A0D1193b45
Octal301200336155201543173105
Binary1100000110000000110111101101101010011011000110011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180DE; }

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

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

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

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

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

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

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

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