#C182DC

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

Shades of Wisteria #C182DC

Tints of Wisteria #C182DC

Color information

#C182DC (or 0xC182DC) is unknown color: approx Wisteria. HEX triplet: C1, 82 and DC. RGB value is (193,130,220). Sum of RGB (Red+Green+Blue) = 193+130+220=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C182DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182DC is #3E7D23. Grayscale: #9E9E9E. Windows color (decimal): -4095268 or 14451393. OLE color: 14451393.

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

Color convert

RGB193130220-
CMYK0.120.4100.14
HSL282º56.25%68.63%-
HSV(B)282º40.91%86.27%-
XYZ42.8932.4771.72-
YUV159.1162.37152.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=35.54%
G=23.94%
B=40.52%

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
Decimal1931302200.120.4100.1428256.2568.63
HexC182DCC290E11a3845
Octal301202334145101643270105
Binary1100000110000010110111001100101001011101000110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182DC; }

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

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

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

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

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

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

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

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