#C081DD

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

Shades of Wisteria #C081DD

Tints of Wisteria #C081DD

Color information

#C081DD (or 0xC081DD) is unknown color: approx Wisteria. HEX triplet: C0, 81 and DD. RGB value is (192,129,221). Sum of RGB (Red+Green+Blue) = 192+129+221=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C081DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081DD is #3F7E22. Grayscale: #9E9E9E. Windows color (decimal): -4161059 or 14516672. OLE color: 14516672.

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

Color convert

RGB192129221-
CMYK0.130.4200.13
HSL281.09º57.5%68.63%-
HSV(B)281.09º41.63%86.67%-
XYZ42.6432.1372.36-
YUV158.32163.37152.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=35.42%
G=23.80%
B=40.77%

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
Decimal1921292210.130.4200.13281.0957.568.63
HexC081DDD2A0D1193a45
Octal300201335155201543172105
Binary1100000010000001110111011101101010011011000110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081DD; }

 p { color: rgb(192,129,221); }

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

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

 a { background-color: rgb(192,129,221); }

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

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

 span { border-color: rgb(192,129,221); }

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