#C188E7

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

Shades of Wisteria #C188E7

Tints of Wisteria #C188E7

Color information

#C188E7 (or 0xC188E7) is unknown color: approx Wisteria. HEX triplet: C1, 88 and E7. RGB value is (193,136,231). Sum of RGB (Red+Green+Blue) = 193+136+231=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #C188E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188E7 is #3E7718. Grayscale: #A3A3A3. Windows color (decimal): -4093721 or 15173825. OLE color: 15173825.

HSL color Cylindrical-coordinate representation of color #C188E7: hue angle of 276º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C188E7 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB193136231-
CMYK0.160.4100.09
HSL276º66.43%71.96%-
HSV(B)276º41.13%90.59%-
XYZ45.2234.7279.92-
YUV163.87165.88148.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 136 (53.52% from 255) = 24.29%
BLUE value IS 231 (90.62% from 255) = 41.25%
R=34.46%
G=24.29%
B=41.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1931362310.160.4100.0927666.4371.96
HexC188E71029091144248
Octal3012103472051011424102110
Binary110000011000100011100111100001010010100110001010010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188E7; }

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

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

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

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

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

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

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

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