#C182F2

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

Shades of Wisteria #C182F2

Tints of Wisteria #C182F2

Color information

#C182F2 (or 0xC182F2) is unknown color: approx Wisteria. HEX triplet: C1, 82 and F2. RGB value is (193,130,242). Sum of RGB (Red+Green+Blue) = 193+130+242=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #C182F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182F2 is #3E7D0D. Grayscale: #A1A1A1. Windows color (decimal): -4095246 or 15893185. OLE color: 15893185.

HSL color Cylindrical-coordinate representation of color #C182F2: hue angle of 273.75º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C182F2 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193130242-
CMYK0.200.4600.05
HSL273.75º81.16%72.94%-
HSV(B)273.75º46.28%94.9%-
XYZ4633.7188.09-
YUV161.6173.37150.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=34.16%
G=23.01%
B=42.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931302420.200.4600.05273.7581.1672.94
HexC182F2142E051125149
Octal301202362245605422121111
Binary11000001100000101111001010100101110010110001001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182F2; }

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

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

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

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

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

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

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

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