#c182ea

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

Shades of Wisteria #C182EA

Tints of Wisteria #C182EA

Color information

#C182EA (or 0xC182EA) is unknown color: approx Wisteria. HEX triplet: C1, 82 and EA. RGB value is (193,130,234). Sum of RGB (Red+Green+Blue) = 193+130+234=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #C182EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182EA is #3E7D15. Grayscale: #A0A0A0. Windows color (decimal): -4095254 or 15368897. OLE color: 15368897.

HSL color Cylindrical-coordinate representation of color #C182EA: hue angle of 276.35º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C182EA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193130234-
CMYK0.180.4400.08
HSL276.35º71.23%71.37%-
HSV(B)276.35º44.44%91.76%-
XYZ44.8333.2481.9-
YUV160.69169.37151.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=34.65%
G=23.34%
B=42.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931302340.180.4400.08276.3571.2371.37
HexC182EA122C081144747
Octal3012023522254010424107107
Binary110000011000001011101010100101011000100010001010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c182ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c182ea; }

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

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

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

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

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

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

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

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