#C088EA

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

Shades of Wisteria #C088EA

Tints of Wisteria #C088EA

Color information

#C088EA (or 0xC088EA) is unknown color: approx Wisteria. HEX triplet: C0, 88 and EA. RGB value is (192,136,234). Sum of RGB (Red+Green+Blue) = 192+136+234=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #C088EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088EA is #3F7715. Grayscale: #A3A3A3. Windows color (decimal): -4159254 or 15370432. OLE color: 15370432.

HSL color Cylindrical-coordinate representation of color #C088EA: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C088EA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192136234-
CMYK0.180.4200.08
HSL274.29º70%72.55%-
HSV(B)274.29º41.88%91.76%-
XYZ45.3934.7682.16-
YUV163.92167.55148.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=34.16%
G=24.20%
B=41.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921362340.180.4200.08274.297072.55
HexC088EA122A081124649
Octal3002103522252010422106111
Binary110000001000100011101010100101010100100010001001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088EA; }

 p { color: rgb(192,136,234); }

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

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

 a { background-color: rgb(192,136,234); }

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

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

 span { border-color: rgb(192,136,234); }

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