#C88EF8

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

Shades of Wisteria #C88EF8

Tints of Wisteria #C88EF8

Color information

#C88EF8 (or 0xC88EF8) is unknown color: approx Wisteria. HEX triplet: C8, 8E and F8. RGB value is (200,142,248). Sum of RGB (Red+Green+Blue) = 200+142+248=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #C88EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88EF8 is #377107. Grayscale: #ABABAB. Windows color (decimal): -3633416 or 16289480. OLE color: 16289480.

HSL color Cylindrical-coordinate representation of color #C88EF8: hue angle of 272.83º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88EF8 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200142248-
CMYK0.190.4300.03
HSL272.83º88.33%76.47%-
HSV(B)272.83º42.74%97.25%-
XYZ50.4438.493.56-
YUV171.43171.22148.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 248 (97.27% from 255) = 42.03%
R=33.90%
G=24.07%
B=42.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001422480.190.4300.03272.8388.3376.47
HexC88EF8132B03111584c
Octal310216370235303421130114
Binary1100100010001110111110001001110101101110001000110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EF8; }

 p { color: rgb(200,142,248); }

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

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

 a { background-color: rgb(200,142,248); }

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

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

 span { border-color: rgb(200,142,248); }

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