#C288EA

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

Shades of Wisteria #C288EA

Tints of Wisteria #C288EA

Color information

#C288EA (or 0xC288EA) is unknown color: approx Wisteria. HEX triplet: C2, 88 and EA. RGB value is (194,136,234). Sum of RGB (Red+Green+Blue) = 194+136+234=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #C288EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288EA is #3D7715. Grayscale: #A4A4A4. Windows color (decimal): -4028182 or 15370434. OLE color: 15370434.

HSL color Cylindrical-coordinate representation of color #C288EA: hue angle of 275.51º 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 #C288EA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194136234-
CMYK0.170.4200.08
HSL275.51º70%72.55%-
HSV(B)275.51º41.88%91.76%-
XYZ45.935.0282.18-
YUV164.51167.22149.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 136 (53.52% from 255) = 24.11%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=34.40%
G=24.11%
B=41.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941362340.170.4200.08275.517072.55
HexC288EA112A081144649
Octal3022103522152010424106111
Binary110000101000100011101010100011010100100010001010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288EA; }

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

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

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

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

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

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

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

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