#C882DA

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

Shades of Wisteria #C882DA

Tints of Wisteria #C882DA

Color information

#C882DA (or 0xC882DA) is unknown color: approx Wisteria. HEX triplet: C8, 82 and DA. RGB value is (200,130,218). Sum of RGB (Red+Green+Blue) = 200+130+218=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C882DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882DA is #377D25. Grayscale: #A0A0A0. Windows color (decimal): -3636518 or 14320328. OLE color: 14320328.

HSL color Cylindrical-coordinate representation of color #C882DA: hue angle of 287.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C882DA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200130218-
CMYK0.080.4000.15
HSL287.73º54.32%68.24%-
HSV(B)287.73º40.37%85.49%-
XYZ44.4633.3170.42-
YUV160.96160.19155.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.50%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=36.50%
G=23.72%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001302180.080.4000.15287.7354.3268.24
HexC882DA8280F1203644
Octal310202332105001744066104
Binary1100100010000010110110101000101000011111001000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882DA; }

 p { color: rgb(200,130,218); }

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

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

 a { background-color: rgb(200,130,218); }

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

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

 span { border-color: rgb(200,130,218); }

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