#C188CF

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

Shades of Wisteria #C188CF

Tints of Wisteria #C188CF

Color information

#C188CF (or 0xC188CF) is unknown color: approx Wisteria. HEX triplet: C1, 88 and CF. RGB value is (193,136,207). Sum of RGB (Red+Green+Blue) = 193+136+207=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C188CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188CF is #3E7730. Grayscale: #A0A0A0. Windows color (decimal): -4093745 or 13600961. OLE color: 13600961.

HSL color Cylindrical-coordinate representation of color #C188CF: hue angle of 288.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C188CF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193136207-
CMYK0.070.3400.19
HSL288.17º42.51%67.25%-
HSV(B)288.17º34.3%81.18%-
XYZ42.0633.4563.27-
YUV161.14153.88150.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.01%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=36.01%
G=25.37%
B=38.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931362070.070.3400.19288.1742.5167.25
HexC188CF7220131202b43
Octal30121031774202344053103
Binary1100000110001000110011111111000100100111001000001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188CF; }

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

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

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

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

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

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

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

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