#C88DDF

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

Shades of Wisteria #C88DDF

Tints of Wisteria #C88DDF

Color information

#C88DDF (or 0xC88DDF) is unknown color: approx Wisteria. HEX triplet: C8, 8D and DF. RGB value is (200,141,223). Sum of RGB (Red+Green+Blue) = 200+141+223=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C88DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DDF is #377220. Grayscale: #A7A7A7. Windows color (decimal): -3633697 or 14650824. OLE color: 14650824.

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

Color convert

RGB200141223-
CMYK0.100.3700.13
HSL283.17º56.16%71.37%-
HSV(B)283.17º36.77%87.45%-
XYZ46.6636.6674.43-
YUV167.99159.05150.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=35.46%
G=25%
B=39.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001412230.100.3700.13283.1756.1671.37
HexC88DDFA250D11b3847
Octal310215337124501543370107
Binary1100100010001101110111111010100101011011000110111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DDF; }

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

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

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

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

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

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

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

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