#C188FA

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

Shades of Wisteria #C188FA

Tints of Wisteria #C188FA

Color information

#C188FA (or 0xC188FA) is unknown color: approx Wisteria. HEX triplet: C1, 88 and FA. RGB value is (193,136,250). Sum of RGB (Red+Green+Blue) = 193+136+250=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #C188FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188FA is #3E7705. Grayscale: #A5A5A5. Windows color (decimal): -4093702 or 16419009. OLE color: 16419009.

HSL color Cylindrical-coordinate representation of color #C188FA: hue angle of 270º degrees, saturation: 0.92, 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 #C188FA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193136250-
CMYK0.230.4600.02
HSL270º91.94%75.69%-
HSV(B)270º45.6%98.04%-
XYZ48.0535.8594.83-
YUV166.04175.38147.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 23.49%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=33.33%
G=23.49%
B=43.18%

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
Decimal1931362500.230.4600.0227091.9475.69
HexC188FA172E0210e5c4c
Octal301210372275602416134114
Binary1100000110001000111110101011110111001010000111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188FA; }

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

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

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

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

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

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

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

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