#C88AE3

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

Shades of Wisteria #C88AE3

Tints of Wisteria #C88AE3

Color information

#C88AE3 (or 0xC88AE3) is unknown color: approx Wisteria. HEX triplet: C8, 8A and E3. RGB value is (200,138,227). Sum of RGB (Red+Green+Blue) = 200+138+227=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #C88AE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AE3 is #37751C. Grayscale: #A6A6A6. Windows color (decimal): -3634461 or 14912200. OLE color: 14912200.

HSL color Cylindrical-coordinate representation of color #C88AE3: hue angle of 281.8º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C88AE3 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200138227-
CMYK0.120.3900.11
HSL281.8º61.38%71.57%-
HSV(B)281.8º39.21%89.02%-
XYZ46.773677.16-
YUV166.68162.04151.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.40%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 227 (89.06% from 255) = 40.18%
R=35.40%
G=24.42%
B=40.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001382270.120.3900.11281.861.3871.57
HexC88AE3C270B11a3d48
Octal310212343144701343275110
Binary1100100010001010111000111100100111010111000110101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AE3; }

 p { color: rgb(200,138,227); }

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

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

 a { background-color: rgb(200,138,227); }

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

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

 span { border-color: rgb(200,138,227); }

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