#C88ADC

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

Shades of Wisteria #C88ADC

Tints of Wisteria #C88ADC

Color information

#C88ADC (or 0xC88ADC) is unknown color: approx Wisteria. HEX triplet: C8, 8A and DC. RGB value is (200,138,220). Sum of RGB (Red+Green+Blue) = 200+138+220=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #C88ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADC is #377523. Grayscale: #A5A5A5. Windows color (decimal): -3634468 or 14453448. OLE color: 14453448.

HSL color Cylindrical-coordinate representation of color #C88ADC: hue angle of 285.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C88ADC is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200138220-
CMYK0.090.3700.14
HSL285.37º53.95%70.2%-
HSV(B)285.37º37.27%86.27%-
XYZ45.8335.6272.17-
YUV165.89158.54152.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.84%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=35.84%
G=24.73%
B=39.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001382200.090.3700.14285.3753.9570.2
HexC88ADC9250E11d3646
Octal310212334114501643566106
Binary1100100010001010110111001001100101011101000111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88ADC; }

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

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

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

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

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

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

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

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