#C88ADB

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

Shades of Wisteria #C88ADB

Tints of Wisteria #C88ADB

Color information

#C88ADB (or 0xC88ADB) is unknown color: approx Wisteria. HEX triplet: C8, 8A and DB. RGB value is (200,138,219). Sum of RGB (Red+Green+Blue) = 200+138+219=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88ADB is #377524. Grayscale: #A5A5A5. Windows color (decimal): -3634469 or 14387912. OLE color: 14387912.

HSL color Cylindrical-coordinate representation of color #C88ADB: hue angle of 285.93º degrees, saturation: 0.53, 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 #C88ADB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200138219-
CMYK0.090.3700.14
HSL285.93º52.94%70%-
HSV(B)285.93º36.99%85.88%-
XYZ45.6935.5771.48-
YUV165.77158.04152.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=35.91%
G=24.78%
B=39.32%

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
Decimal2001382190.090.3700.14285.9352.9470
HexC88ADB9250E11e3546
Octal310212333114501643665106
Binary1100100010001010110110111001100101011101000111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88ADB; }

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

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

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

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

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

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

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

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