#C188DD

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

Shades of Wisteria #C188DD

Tints of Wisteria #C188DD

Color information

#C188DD (or 0xC188DD) is unknown color: approx Wisteria. HEX triplet: C1, 88 and DD. RGB value is (193,136,221). Sum of RGB (Red+Green+Blue) = 193+136+221=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C188DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188DD is #3E7722. Grayscale: #A2A2A2. Windows color (decimal): -4093731 or 14518465. OLE color: 14518465.

HSL color Cylindrical-coordinate representation of color #C188DD: hue angle of 280.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C188DD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193136221-
CMYK0.130.3800.13
HSL280.24º55.56%70%-
HSV(B)280.24º38.46%86.67%-
XYZ43.8534.1772.69-
YUV162.73160.88149.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=35.09%
G=24.73%
B=40.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931362210.130.3800.13280.2455.5670
HexC188DDD260D1183846
Octal301210335154601543070106
Binary1100000110001000110111011101100110011011000110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188DD; }

 p { color: rgb(193,136,221); }

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

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

 a { background-color: rgb(193,136,221); }

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

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

 span { border-color: rgb(193,136,221); }

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