#C888DD

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

Shades of Wisteria #C888DD

Tints of Wisteria #C888DD

Color information

#C888DD (or 0xC888DD) is unknown color: approx Wisteria. HEX triplet: C8, 88 and DD. RGB value is (200,136,221). Sum of RGB (Red+Green+Blue) = 200+136+221=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C888DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888DD is #377722. Grayscale: #A4A4A4. Windows color (decimal): -3634979 or 14518472. OLE color: 14518472.

HSL color Cylindrical-coordinate representation of color #C888DD: hue angle of 285.18º degrees, saturation: 0.56, 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 #C888DD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200136221-
CMYK0.100.3800.13
HSL285.18º55.56%70%-
HSV(B)285.18º38.46%86.67%-
XYZ45.6735.1172.78-
YUV164.83159.7153.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 136 (53.52% from 255) = 24.42%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=35.91%
G=24.42%
B=39.68%

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
Decimal2001362210.100.3800.13285.1855.5670
HexC888DDA260D11d3846
Octal310210335124601543570106
Binary1100100010001000110111011010100110011011000111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C888DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C888DD; }

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

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

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

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

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

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

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

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