#C181ED

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

Shades of Wisteria #C181ED

Tints of Wisteria #C181ED

Color information

#C181ED (or 0xC181ED) is unknown color: approx Wisteria. HEX triplet: C1, 81 and ED. RGB value is (193,129,237). Sum of RGB (Red+Green+Blue) = 193+129+237=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #C181ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C181ED is #3E7E12. Grayscale: #A0A0A0. Windows color (decimal): -4095507 or 15565249. OLE color: 15565249.

HSL color Cylindrical-coordinate representation of color #C181ED: hue angle of 275.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C181ED is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193129237-
CMYK0.190.4600.07
HSL275.56º75%71.76%-
HSV(B)275.56º45.57%92.94%-
XYZ45.1333.1584.14-
YUV160.45171.2151.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=34.53%
G=23.08%
B=42.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931292370.190.4600.07275.567571.76
HexC181ED132E071144b48
Octal301201355235607424113110
Binary11000001100000011110110110011101110011110001010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181ED; }

 p { color: rgb(193,129,237); }

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

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

 a { background-color: rgb(193,129,237); }

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

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

 span { border-color: rgb(193,129,237); }

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