#C188FB

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

Shades of Wisteria #C188FB

Tints of Wisteria #C188FB

Color information

#C188FB (or 0xC188FB) is unknown color: approx Wisteria. HEX triplet: C1, 88 and FB. RGB value is (193,136,251). Sum of RGB (Red+Green+Blue) = 193+136+251=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #C188FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188FB is #3E7704. Grayscale: #A5A5A5. Windows color (decimal): -4093701 or 16484545. OLE color: 16484545.

HSL color Cylindrical-coordinate representation of color #C188FB: hue angle of 269.74º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C188FB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193136251-
CMYK0.230.4600.02
HSL269.74º93.5%75.88%-
HSV(B)269.74º45.82%98.43%-
XYZ48.2135.9195.66-
YUV166.15175.88147.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 136 (53.52% from 255) = 23.45%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=33.28%
G=23.45%
B=43.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931362510.230.4600.02269.7493.575.88
HexC188FB172E0210e5d4c
Octal301210373275602416135114
Binary1100000110001000111110111011110111001010000111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188FB; }

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

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

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

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

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

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

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

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