#C183DC

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

Shades of Wisteria #C183DC

Tints of Wisteria #C183DC

Color information

#C183DC (or 0xC183DC) is unknown color: approx Wisteria. HEX triplet: C1, 83 and DC. RGB value is (193,131,220). Sum of RGB (Red+Green+Blue) = 193+131+220=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C183DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183DC is #3E7C23. Grayscale: #9F9F9F. Windows color (decimal): -4095012 or 14451649. OLE color: 14451649.

HSL color Cylindrical-coordinate representation of color #C183DC: hue angle of 281.8º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C183DC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193131220-
CMYK0.120.4000.14
HSL281.8º55.97%68.82%-
HSV(B)281.8º40.45%86.27%-
XYZ43.0332.7471.76-
YUV159.68162.04151.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=35.48%
G=24.08%
B=40.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931312200.120.4000.14281.855.9768.82
HexC183DCC280E11a3845
Octal301203334145001643270105
Binary1100000110000011110111001100101000011101000110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C183DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C183DC; }

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

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

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

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

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

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

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

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