#C88AED

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

Shades of Wisteria #C88AED

Tints of Wisteria #C88AED

Color information

#C88AED (or 0xC88AED) is unknown color: approx Wisteria. HEX triplet: C8, 8A and ED. RGB value is (200,138,237). Sum of RGB (Red+Green+Blue) = 200+138+237=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #C88AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AED is #377512. Grayscale: #A7A7A7. Windows color (decimal): -3634451 or 15567560. OLE color: 15567560.

HSL color Cylindrical-coordinate representation of color #C88AED: hue angle of 277.58º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C88AED is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200138237-
CMYK0.160.4200.07
HSL277.58º73.33%73.53%-
HSV(B)277.58º41.77%92.94%-
XYZ48.1936.5784.64-
YUV167.82167.04150.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.78%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=34.78%
G=24%
B=41.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001382370.160.4200.07277.5873.3373.53
HexC88AED102A07116494a
Octal310212355205207426111112
Binary11001000100010101110110110000101010011110001011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AED; }

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

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

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

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

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

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

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

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