#C880DE

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

Shades of Wisteria #C880DE

Tints of Wisteria #C880DE

Color information

#C880DE (or 0xC880DE) is unknown color: approx Wisteria. HEX triplet: C8, 80 and DE. RGB value is (200,128,222). Sum of RGB (Red+Green+Blue) = 200+128+222=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #C880DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880DE is #377F21. Grayscale: #9F9F9F. Windows color (decimal): -3637026 or 14581960. OLE color: 14581960.

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

Color convert

RGB200128222-
CMYK0.100.4200.13
HSL285.96º58.75%68.63%-
HSV(B)285.96º42.34%87.06%-
XYZ44.7232.9973.12-
YUV160.24162.85156.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=36.36%
G=23.27%
B=40.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001282220.100.4200.13285.9658.7568.63
HexC880DEA2A0D11e3b45
Octal310200336125201543673105
Binary1100100010000000110111101010101010011011000111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C880DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C880DE; }

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

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

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

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

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

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

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

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