#C081DC

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

Shades of Wisteria #C081DC

Tints of Wisteria #C081DC

Color information

#C081DC (or 0xC081DC) is unknown color: approx Wisteria. HEX triplet: C0, 81 and DC. RGB value is (192,129,220). Sum of RGB (Red+Green+Blue) = 192+129+220=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C081DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081DC is #3F7E23. Grayscale: #9D9D9D. Windows color (decimal): -4161060 or 14451136. OLE color: 14451136.

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

Color convert

RGB192129220-
CMYK0.130.4100.14
HSL281.54º56.52%68.43%-
HSV(B)281.54º41.36%86.27%-
XYZ42.5132.0771.66-
YUV158.21162.87152.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=35.49%
G=23.84%
B=40.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921292200.130.4100.14281.5456.5268.43
HexC081DCD290E11a3944
Octal300201334155101643271104
Binary1100000010000001110111001101101001011101000110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C081DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C081DC; }

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

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

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

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

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

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

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

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