#C081DA

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

Shades of Wisteria #C081DA

Tints of Wisteria #C081DA

Color information

#C081DA (or 0xC081DA) is unknown color: approx Wisteria. HEX triplet: C0, 81 and DA. RGB value is (192,129,218). Sum of RGB (Red+Green+Blue) = 192+129+218=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C081DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081DA is #3F7E25. Grayscale: #9D9D9D. Windows color (decimal): -4161062 or 14320064. OLE color: 14320064.

HSL color Cylindrical-coordinate representation of color #C081DA: hue angle of 282.47º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C081DA is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192129218-
CMYK0.120.4100.15
HSL282.47º54.6%68.04%-
HSV(B)282.47º40.83%85.49%-
XYZ42.2431.9770.27-
YUV157.98161.87152.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=35.62%
G=23.93%
B=40.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921292180.120.4100.15282.4754.668.04
HexC081DAC290F11a3744
Octal300201332145101743267104
Binary1100000010000001110110101100101001011111000110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081DA; }

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

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

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

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

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

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

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

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