#C180DF

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

Shades of Wisteria #C180DF

Tints of Wisteria #C180DF

Color information

#C180DF (or 0xC180DF) is unknown color: approx Wisteria. HEX triplet: C1, 80 and DF. RGB value is (193,128,223). Sum of RGB (Red+Green+Blue) = 193+128+223=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C180DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DF is #3E7F20. Grayscale: #9D9D9D. Windows color (decimal): -4095777 or 14647489. OLE color: 14647489.

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

Color convert

RGB193128223-
CMYK0.130.4300.13
HSL281.05º59.75%68.82%-
HSV(B)281.05º42.6%87.45%-
XYZ43.0332.173.74-
YUV158.26164.53152.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 128 (50.39% from 255) = 23.53%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=35.48%
G=23.53%
B=40.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931282230.130.4300.13281.0559.7568.82
HexC180DFD2B0D1193c45
Octal301200337155301543174105
Binary1100000110000000110111111101101011011011000110011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C180DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C180DF; }

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

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

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

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

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

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

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

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