#C88BDC

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

Shades of Wisteria #C88BDC

Tints of Wisteria #C88BDC

Color information

#C88BDC (or 0xC88BDC) is unknown color: approx Wisteria. HEX triplet: C8, 8B and DC. RGB value is (200,139,220). Sum of RGB (Red+Green+Blue) = 200+139+220=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #C88BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BDC is #377423. Grayscale: #A6A6A6. Windows color (decimal): -3634212 or 14453704. OLE color: 14453704.

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

Color convert

RGB200139220-
CMYK0.090.3700.14
HSL285.19º53.64%70.39%-
HSV(B)285.19º36.82%86.27%-
XYZ45.9735.9172.22-
YUV166.47158.21151.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 139 (54.69% from 255) = 24.87%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=35.78%
G=24.87%
B=39.36%

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
Decimal2001392200.090.3700.14285.1953.6470.39
HexC88BDC9250E11d3646
Octal310213334114501643566106
Binary1100100010001011110111001001100101011101000111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BDC; }

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

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

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

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

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

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

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

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