#C88ADD

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

Shades of Wisteria #C88ADD

Tints of Wisteria #C88ADD

Color information

#C88ADD (or 0xC88ADD) is unknown color: approx Wisteria. HEX triplet: C8, 8A and DD. RGB value is (200,138,221). Sum of RGB (Red+Green+Blue) = 200+138+221=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C88ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADD is #377522. Grayscale: #A5A5A5. Windows color (decimal): -3634467 or 14518984. OLE color: 14518984.

HSL color Cylindrical-coordinate representation of color #C88ADD: hue angle of 284.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C88ADD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200138221-
CMYK0.100.3800.13
HSL284.82º54.97%70.39%-
HSV(B)284.82º37.56%86.67%-
XYZ45.9635.6872.87-
YUV166159.04152.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=35.78%
G=24.69%
B=39.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001382210.100.3800.13284.8254.9770.39
HexC88ADDA260D11d3746
Octal310212335124601543567106
Binary1100100010001010110111011010100110011011000111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88ADD; }

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

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

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

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

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

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

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

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