#C088DC

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

Shades of Wisteria #C088DC

Tints of Wisteria #C088DC

Color information

#C088DC (or 0xC088DC) is unknown color: approx Wisteria. HEX triplet: C0, 88 and DC. RGB value is (192,136,220). Sum of RGB (Red+Green+Blue) = 192+136+220=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C088DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088DC is #3F7723. Grayscale: #A2A2A2. Windows color (decimal): -4159268 or 14452928. OLE color: 14452928.

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

Color convert

RGB192136220-
CMYK0.130.3800.14
HSL280º54.55%69.8%-
HSV(B)280º38.18%86.27%-
XYZ43.4633.9871.98-
YUV162.32160.55149.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=35.04%
G=24.82%
B=40.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921362200.130.3800.1428054.5569.8
HexC088DCD260E1183746
Octal300210334154601643067106
Binary1100000010001000110111001101100110011101000110001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088DC; }

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

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

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

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

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

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

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

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