#C188D2

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

Shades of Wisteria #C188D2

Tints of Wisteria #C188D2

Color information

#C188D2 (or 0xC188D2) is unknown color: approx Wisteria. HEX triplet: C1, 88 and D2. RGB value is (193,136,210). Sum of RGB (Red+Green+Blue) = 193+136+210=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #C188D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188D2 is #3E772D. Grayscale: #A1A1A1. Windows color (decimal): -4093742 or 13797569. OLE color: 13797569.

HSL color Cylindrical-coordinate representation of color #C188D2: hue angle of 286.22º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C188D2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193136210-
CMYK0.080.3500.18
HSL286.22º45.12%67.84%-
HSV(B)286.22º35.24%82.35%-
XYZ42.4333.665.22-
YUV161.48155.38150.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=35.81%
G=25.23%
B=38.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931362100.080.3500.18286.2245.1267.84
HexC188D282301211e2d44
Octal301210322104302243655104
Binary11000001100010001101001010001000110100101000111101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188D2; }

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

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

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

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

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

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

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

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