#C182ED

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

Shades of Wisteria #C182ED

Tints of Wisteria #C182ED

Color information

#C182ED (or 0xC182ED) is unknown color: approx Wisteria. HEX triplet: C1, 82 and ED. RGB value is (193,130,237). Sum of RGB (Red+Green+Blue) = 193+130+237=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #C182ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182ED is #3E7D12. Grayscale: #A0A0A0. Windows color (decimal): -4095251 or 15565505. OLE color: 15565505.

HSL color Cylindrical-coordinate representation of color #C182ED: hue angle of 275.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C182ED is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193130237-
CMYK0.190.4500.07
HSL275.33º74.83%71.96%-
HSV(B)275.33º45.15%92.94%-
XYZ45.2633.4284.19-
YUV161.04170.87150.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=34.46%
G=23.21%
B=42.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931302370.190.4500.07275.3374.8371.96
HexC182ED132D071134b48
Octal301202355235507423113110
Binary11000001100000101110110110011101101011110001001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182ED; }

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

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

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

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

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

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

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

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