#C88AD5

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

Shades of Wisteria #C88AD5

Tints of Wisteria #C88AD5

Color information

#C88AD5 (or 0xC88AD5) is unknown color: approx Wisteria. HEX triplet: C8, 8A and D5. RGB value is (200,138,213). Sum of RGB (Red+Green+Blue) = 200+138+213=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #C88AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88AD5 is #37752A. Grayscale: #A4A4A4. Windows color (decimal): -3634475 or 13994696. OLE color: 13994696.

HSL color Cylindrical-coordinate representation of color #C88AD5: hue angle of 289.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88AD5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200138213-
CMYK0.060.3500.16
HSL289.6º47.17%68.82%-
HSV(B)289.6º35.21%83.53%-
XYZ44.9235.2667.39-
YUV165.09155.04152.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.30%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=36.30%
G=25.05%
B=38.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001382130.060.3500.16289.647.1768.82
HexC88AD56230101222f45
Octal31021232564302044257105
Binary1100100010001010110101011101000110100001001000101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88AD5; }

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

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

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

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

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

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

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

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