#C188DF

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

Shades of Wisteria #C188DF

Tints of Wisteria #C188DF

Color information

#C188DF (or 0xC188DF) is unknown color: approx Wisteria. HEX triplet: C1, 88 and DF. RGB value is (193,136,223). Sum of RGB (Red+Green+Blue) = 193+136+223=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #C188DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188DF is #3E7720. Grayscale: #A2A2A2. Windows color (decimal): -4093729 or 14649537. OLE color: 14649537.

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

Color convert

RGB193136223-
CMYK0.130.3900.13
HSL279.31º57.62%70.39%-
HSV(B)279.31º39.01%87.45%-
XYZ44.1234.2774.1-
YUV162.96161.88149.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=34.96%
G=24.64%
B=40.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931362230.130.3900.13279.3157.6270.39
HexC188DFD270D1173a46
Octal301210337154701542772106
Binary1100000110001000110111111101100111011011000101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188DF; }

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

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

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

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

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

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

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

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