#C88FEB

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

Shades of Wisteria #C88FEB

Tints of Wisteria #C88FEB

Color information

#C88FEB (or 0xC88FEB) is unknown color: approx Wisteria. HEX triplet: C8, 8F and EB. RGB value is (200,143,235). Sum of RGB (Red+Green+Blue) = 200+143+235=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #C88FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88FEB is #377014. Grayscale: #AAAAAA. Windows color (decimal): -3633173 or 15437768. OLE color: 15437768.

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

Color convert

RGB200143235-
CMYK0.150.3900.08
HSL277.17º69.7%74.12%-
HSV(B)277.17º39.15%92.16%-
XYZ48.6437.9283.35-
YUV170.53164.38149.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 143 (56.25% from 255) = 24.74%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=34.60%
G=24.74%
B=40.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001432350.150.3900.08277.1769.774.12
HexC88FEBF2708115464a
Octal3102173531747010425106112
Binary11001000100011111110101111111001110100010001010110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88FEB; }

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

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

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

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

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

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

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

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