#C88AEB

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

Shades of Wisteria #C88AEB

Tints of Wisteria #C88AEB

Color information

#C88AEB (or 0xC88AEB) is unknown color: approx Wisteria. HEX triplet: C8, 8A and EB. RGB value is (200,138,235). Sum of RGB (Red+Green+Blue) = 200+138+235=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #C88AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AEB is #377514. Grayscale: #A7A7A7. Windows color (decimal): -3634453 or 15436488. OLE color: 15436488.

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

Color convert

RGB200138235-
CMYK0.150.4100.08
HSL278.35º70.8%73.14%-
HSV(B)278.35º41.28%92.16%-
XYZ47.936.4583.11-
YUV167.6166.04151.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.90%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=34.90%
G=24.08%
B=41.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001382350.150.4100.08278.3570.873.14
HexC88AEBF29081164749
Octal3102123531751010426107111
Binary11001000100010101110101111111010010100010001011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AEB; }

 p { color: rgb(200,138,235); }

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

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

 a { background-color: rgb(200,138,235); }

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

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

 span { border-color: rgb(200,138,235); }

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