#C091E1

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

Shades of Wisteria #C091E1

Tints of Wisteria #C091E1

Color information

#C091E1 (or 0xC091E1) is unknown color: approx Wisteria. HEX triplet: C0, 91 and E1. RGB value is (192,145,225). Sum of RGB (Red+Green+Blue) = 192+145+225=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #C091E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091E1 is #3F6E1E. Grayscale: #A7A7A7. Windows color (decimal): -4156959 or 14782912. OLE color: 14782912.

HSL color Cylindrical-coordinate representation of color #C091E1: hue angle of 275.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C091E1 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192145225-
CMYK0.150.3600.12
HSL275.25º57.14%72.55%-
HSV(B)275.25º35.56%88.24%-
XYZ45.4536.8975.96-
YUV168.17160.07145-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=34.16%
G=25.80%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921452250.150.3600.12275.2557.1472.55
HexC091E1F240C1133949
Octal300221341174401442371111
Binary1100000010010001111000011111100100011001000100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091E1; }

 p { color: rgb(192,145,225); }

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

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

 a { background-color: rgb(192,145,225); }

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

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

 span { border-color: rgb(192,145,225); }

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