#C188F2

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

Shades of Wisteria #C188F2

Tints of Wisteria #C188F2

Color information

#C188F2 (or 0xC188F2) is unknown color: approx Wisteria. HEX triplet: C1, 88 and F2. RGB value is (193,136,242). Sum of RGB (Red+Green+Blue) = 193+136+242=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #C188F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188F2 is #3E770D. Grayscale: #A4A4A4. Windows color (decimal): -4093710 or 15894721. OLE color: 15894721.

HSL color Cylindrical-coordinate representation of color #C188F2: hue angle of 272.26º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C188F2 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193136242-
CMYK0.200.4400.05
HSL272.26º80.3%74.12%-
HSV(B)272.26º43.8%94.9%-
XYZ46.8235.3688.36-
YUV165.13171.38147.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=33.80%
G=23.82%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931362420.200.4400.05272.2680.374.12
HexC188F2142C05110504a
Octal301210362245405420120112
Binary11000001100010001111001010100101100010110001000010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188F2; }

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

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

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

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

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

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

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

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