#C183E0

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

Shades of Wisteria #C183E0

Tints of Wisteria #C183E0

Color information

#C183E0 (or 0xC183E0) is unknown color: approx Wisteria. HEX triplet: C1, 83 and E0. RGB value is (193,131,224). Sum of RGB (Red+Green+Blue) = 193+131+224=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #C183E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183E0 is #3E7C1F. Grayscale: #9F9F9F. Windows color (decimal): -4095008 or 14713793. OLE color: 14713793.

HSL color Cylindrical-coordinate representation of color #C183E0: hue angle of 280º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C183E0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193131224-
CMYK0.140.4200.12
HSL280º60%69.61%-
HSV(B)280º41.52%87.84%-
XYZ43.5632.9574.59-
YUV160.14164.04151.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=35.22%
G=23.91%
B=40.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931312240.140.4200.122806069.61
HexC183E0E2A0C1183c46
Octal301203340165201443074106
Binary1100000110000011111000001110101010011001000110001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C183E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C183E0; }

 p { color: rgb(193,131,224); }

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

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

 a { background-color: rgb(193,131,224); }

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

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

 span { border-color: rgb(193,131,224); }

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