#C181DC

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

Shades of Wisteria #C181DC

Tints of Wisteria #C181DC

Color information

#C181DC (or 0xC181DC) is unknown color: approx Wisteria. HEX triplet: C1, 81 and DC. RGB value is (193,129,220). Sum of RGB (Red+Green+Blue) = 193+129+220=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #C181DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181DC is #3E7E23. Grayscale: #9E9E9E. Windows color (decimal): -4095524 or 14451137. OLE color: 14451137.

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

Color convert

RGB193129220-
CMYK0.120.4100.14
HSL282.2º56.52%68.43%-
HSV(B)282.2º41.36%86.27%-
XYZ42.7632.2171.67-
YUV158.51162.7152.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=35.61%
G=23.80%
B=40.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931292200.120.4100.14282.256.5268.43
HexC181DCC290E11a3944
Octal301201334145101643271104
Binary1100000110000001110111001100101001011101000110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181DC; }

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

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

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

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

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

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

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

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