#C88BE8

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

Shades of Wisteria #C88BE8

Tints of Wisteria #C88BE8

Color information

#C88BE8 (or 0xC88BE8) is unknown color: approx Wisteria. HEX triplet: C8, 8B and E8. RGB value is (200,139,232). Sum of RGB (Red+Green+Blue) = 200+139+232=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #C88BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88BE8 is #377417. Grayscale: #A7A7A7. Windows color (decimal): -3634200 or 15240136. OLE color: 15240136.

HSL color Cylindrical-coordinate representation of color #C88BE8: hue angle of 279.35º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C88BE8 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200139232-
CMYK0.140.4000.09
HSL279.35º66.91%72.75%-
HSV(B)279.35º40.09%90.98%-
XYZ47.6236.5780.89-
YUV167.84164.21150.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 232 (91.02% from 255) = 40.63%
R=35.03%
G=24.34%
B=40.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001392320.140.4000.09279.3566.9172.75
HexC88BE8E28091174349
Octal3102133501650011427103111
Binary11001000100010111110100011101010000100110001011110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BE8; }

 p { color: rgb(200,139,232); }

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

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

 a { background-color: rgb(200,139,232); }

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

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

 span { border-color: rgb(200,139,232); }

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