#c182e8

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

Shades of Wisteria #C182E8

Tints of Wisteria #C182E8

Color information

#C182E8 (or 0xC182E8) is unknown color: approx Wisteria. HEX triplet: C1, 82 and E8. RGB value is (193,130,232). Sum of RGB (Red+Green+Blue) = 193+130+232=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #C182E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182E8 is #3E7D17. Grayscale: #A0A0A0. Windows color (decimal): -4095256 or 15237825. OLE color: 15237825.

HSL color Cylindrical-coordinate representation of color #C182E8: hue angle of 277.06º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C182E8 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB193130232-
CMYK0.170.4400.09
HSL277.06º68.92%70.98%-
HSV(B)277.06º43.97%90.98%-
XYZ44.5433.1380.39-
YUV160.46168.37151.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 232 (91.02% from 255) = 41.80%
R=34.77%
G=23.42%
B=41.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1931302320.170.4400.09277.0668.9270.98
HexC182E8112C091154547
Octal3012023502154011425105107
Binary110000011000001011101000100011011000100110001010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c182e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c182e8; }

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

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

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

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

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

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

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

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