#C188DC

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

Shades of Wisteria #C188DC

Tints of Wisteria #C188DC

Color information

#C188DC (or 0xC188DC) is unknown color: approx Wisteria. HEX triplet: C1, 88 and DC. RGB value is (193,136,220). Sum of RGB (Red+Green+Blue) = 193+136+220=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 136 (53.52% from 255 or 24.77% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #C188DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188DC is #3E7723. Grayscale: #A2A2A2. Windows color (decimal): -4093732 or 14452929. OLE color: 14452929.

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

Color convert

RGB193136220-
CMYK0.120.3800.14
HSL280.71º54.55%69.8%-
HSV(B)280.71º38.18%86.27%-
XYZ43.7134.1171.99-
YUV162.62160.38149.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 136 (53.52% from 255) = 24.77%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=35.15%
G=24.77%
B=40.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931362200.120.3800.14280.7154.5569.8
HexC188DCC260E1193746
Octal301210334144601643167106
Binary1100000110001000110111001100100110011101000110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188DC; }

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

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

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

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

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

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

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

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