#C88DE5

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

Shades of Wisteria #C88DE5

Tints of Wisteria #C88DE5

Color information

#C88DE5 (or 0xC88DE5) is unknown color: approx Wisteria. HEX triplet: C8, 8D and E5. RGB value is (200,141,229). Sum of RGB (Red+Green+Blue) = 200+141+229=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #C88DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DE5 is #37721A. Grayscale: #A8A8A8. Windows color (decimal): -3633691 or 15044040. OLE color: 15044040.

HSL color Cylindrical-coordinate representation of color #C88DE5: hue angle of 280.23º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88DE5 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB200141229-
CMYK0.130.3800.10
HSL280.23º62.86%72.55%-
HSV(B)280.23º38.43%89.8%-
XYZ47.4936.9978.76-
YUV168.67162.05150.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 141 (55.47% from 255) = 24.74%
BLUE value IS 229 (89.84% from 255) = 40.18%
R=35.09%
G=24.74%
B=40.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2001412290.130.3800.10280.2362.8672.55
HexC88DE5D260A1183f49
Octal310215345154601243077111
Binary1100100010001101111001011101100110010101000110001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DE5; }

 p { color: rgb(200,141,229); }

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

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

 a { background-color: rgb(200,141,229); }

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

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

 span { border-color: rgb(200,141,229); }

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