#C881DC

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

Shades of Wisteria #C881DC

Tints of Wisteria #C881DC

Color information

#C881DC (or 0xC881DC) is unknown color: approx Wisteria. HEX triplet: C8, 81 and DC. RGB value is (200,129,220). Sum of RGB (Red+Green+Blue) = 200+129+220=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C881DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881DC is #377E23. Grayscale: #A0A0A0. Windows color (decimal): -3636772 or 14451144. OLE color: 14451144.

HSL color Cylindrical-coordinate representation of color #C881DC: hue angle of 286.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C881DC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200129220-
CMYK0.090.4100.14
HSL286.81º56.52%68.43%-
HSV(B)286.81º41.36%86.27%-
XYZ44.5933.1571.76-
YUV160.6161.52156.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=36.43%
G=23.50%
B=40.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001292200.090.4100.14286.8156.5268.43
HexC881DC9290E11f3944
Octal310201334115101643771104
Binary1100100010000001110111001001101001011101000111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881DC; }

 p { color: rgb(200,129,220); }

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

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

 a { background-color: rgb(200,129,220); }

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

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

 span { border-color: rgb(200,129,220); }

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