#C182D9

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

Shades of Wisteria #C182D9

Tints of Wisteria #C182D9

Color information

#C182D9 (or 0xC182D9) is unknown color: approx Wisteria. HEX triplet: C1, 82 and D9. RGB value is (193,130,217). Sum of RGB (Red+Green+Blue) = 193+130+217=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #C182D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182D9 is #3E7D26. Grayscale: #9E9E9E. Windows color (decimal): -4095271 or 14254785. OLE color: 14254785.

HSL color Cylindrical-coordinate representation of color #C182D9: hue angle of 283.45º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C182D9 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193130217-
CMYK0.110.4000.15
HSL283.45º53.37%68.04%-
HSV(B)283.45º40.09%85.1%-
XYZ42.532.3169.64-
YUV158.76160.87152.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 217 (85.16% from 255) = 40.19%
R=35.74%
G=24.07%
B=40.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931302170.110.4000.15283.4553.3768.04
HexC182D9B280F11b3544
Octal301202331135001743365104
Binary1100000110000010110110011011101000011111000110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182D9; }

 p { color: rgb(193,130,217); }

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

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

 a { background-color: rgb(193,130,217); }

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

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

 span { border-color: rgb(193,130,217); }

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