#C888DC

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

Shades of Wisteria #C888DC

Tints of Wisteria #C888DC

Color information

#C888DC (or 0xC888DC) is unknown color: approx Wisteria. HEX triplet: C8, 88 and DC. RGB value is (200,136,220). Sum of RGB (Red+Green+Blue) = 200+136+220=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C888DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C888DC is #377723. Grayscale: #A4A4A4. Windows color (decimal): -3634980 or 14452936. OLE color: 14452936.

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

Color convert

RGB200136220-
CMYK0.090.3800.14
HSL285.71º54.55%69.8%-
HSV(B)285.71º38.18%86.27%-
XYZ45.5435.0572.08-
YUV164.71159.2153.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=35.97%
G=24.46%
B=39.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001362200.090.3800.14285.7154.5569.8
HexC888DC9260E11e3746
Octal310210334114601643667106
Binary1100100010001000110111001001100110011101000111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C888DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C888DC; }

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

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

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

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

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

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

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

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