#C88CE5

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

Shades of Wisteria #C88CE5

Tints of Wisteria #C88CE5

Color information

#C88CE5 (or 0xC88CE5) is unknown color: approx Wisteria. HEX triplet: C8, 8C and E5. RGB value is (200,140,229). Sum of RGB (Red+Green+Blue) = 200+140+229=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #C88CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CE5 is #37731A. Grayscale: #A7A7A7. Windows color (decimal): -3633947 or 15043784. OLE color: 15043784.

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

Color convert

RGB200140229-
CMYK0.130.3900.10
HSL280.45º63.12%72.35%-
HSV(B)280.45º38.86%89.8%-
XYZ47.3436.6978.72-
YUV168.09162.38150.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 140 (55.08% from 255) = 24.60%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=35.15%
G=24.60%
B=40.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2001402290.130.3900.10280.4563.1272.35
HexC88CE5D270A1183f48
Octal310214345154701243077110
Binary1100100010001100111001011101100111010101000110001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CE5; }

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

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

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

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

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

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

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

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