#C088ED

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

Shades of Wisteria #C088ED

Tints of Wisteria #C088ED

Color information

#C088ED (or 0xC088ED) is unknown color: approx Wisteria. HEX triplet: C0, 88 and ED. RGB value is (192,136,237). Sum of RGB (Red+Green+Blue) = 192+136+237=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #C088ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088ED is #3F7712. Grayscale: #A3A3A3. Windows color (decimal): -4159251 or 15567040. OLE color: 15567040.

HSL color Cylindrical-coordinate representation of color #C088ED: hue angle of 273.27º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C088ED is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192136237-
CMYK0.190.4300.07
HSL273.27º73.72%73.14%-
HSV(B)273.27º42.62%92.94%-
XYZ45.8334.9384.45-
YUV164.26169.05147.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=33.98%
G=24.07%
B=41.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921362370.190.4300.07273.2773.7273.14
HexC088ED132B071114a49
Octal300210355235307421112111
Binary11000000100010001110110110011101011011110001000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088ED; }

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

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

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

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

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

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

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

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