#c188ec

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

Shades of Wisteria #C188EC

Tints of Wisteria #C188EC

Color information

#C188EC (or 0xC188EC) is unknown color: approx Wisteria. HEX triplet: C1, 88 and EC. RGB value is (193,136,236). Sum of RGB (Red+Green+Blue) = 193+136+236=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #C188EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188EC is #3E7713. Grayscale: #A4A4A4. Windows color (decimal): -4093716 or 15501505. OLE color: 15501505.

HSL color Cylindrical-coordinate representation of color #C188EC: hue angle of 274.2º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C188EC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193136236-
CMYK0.180.4200.07
HSL274.2º72.46%72.94%-
HSV(B)274.2º42.37%92.55%-
XYZ45.943583.69-
YUV164.44168.38148.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.16%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=34.16%
G=24.07%
B=41.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931362360.180.4200.07274.272.4672.94
HexC188EC122A071124849
Octal301210354225207422110111
Binary11000001100010001110110010010101010011110001001010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c188ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c188ec; }

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

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

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

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

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

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

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

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