#C88DDA

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

Shades of Wisteria #C88DDA

Tints of Wisteria #C88DDA

Color information

#C88DDA (or 0xC88DDA) is unknown color: approx Wisteria. HEX triplet: C8, 8D and DA. RGB value is (200,141,218). Sum of RGB (Red+Green+Blue) = 200+141+218=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #C88DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DDA is #377225. Grayscale: #A7A7A7. Windows color (decimal): -3633702 or 14323144. OLE color: 14323144.

HSL color Cylindrical-coordinate representation of color #C88DDA: hue angle of 285.97º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88DDA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200141218-
CMYK0.080.3500.15
HSL285.97º50.99%70.39%-
HSV(B)285.97º35.32%85.49%-
XYZ4636.3970.93-
YUV167.42156.55151.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=35.78%
G=25.22%
B=39.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001412180.080.3500.15285.9750.9970.39
HexC88DDA8230F11e3346
Octal310215332104301743663106
Binary1100100010001101110110101000100011011111000111101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DDA; }

 p { color: rgb(200,141,218); }

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

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

 a { background-color: rgb(200,141,218); }

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

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

 span { border-color: rgb(200,141,218); }

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