#C184DC

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

Shades of Wisteria #C184DC

Tints of Wisteria #C184DC

Color information

#C184DC (or 0xC184DC) is unknown color: approx Wisteria. HEX triplet: C1, 84 and DC. RGB value is (193,132,220). Sum of RGB (Red+Green+Blue) = 193+132+220=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C184DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184DC is #3E7B23. Grayscale: #9F9F9F. Windows color (decimal): -4094756 or 14451905. OLE color: 14451905.

HSL color Cylindrical-coordinate representation of color #C184DC: hue angle of 281.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C184DC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193132220-
CMYK0.120.4000.14
HSL281.59º55.7%69.02%-
HSV(B)281.59º40%86.27%-
XYZ43.1633.0171.81-
YUV160.27161.71151.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=35.41%
G=24.22%
B=40.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931322200.120.4000.14281.5955.769.02
HexC184DCC280E11a3845
Octal301204334145001643270105
Binary1100000110000100110111001100101000011101000110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C184DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C184DC; }

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

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

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

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

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

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

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

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