#C084DE

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

Shades of Wisteria #C084DE

Tints of Wisteria #C084DE

Color information

#C084DE (or 0xC084DE) is unknown color: approx Wisteria. HEX triplet: C0, 84 and DE. RGB value is (192,132,222). Sum of RGB (Red+Green+Blue) = 192+132+222=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #C084DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084DE is #3F7B21. Grayscale: #9F9F9F. Windows color (decimal): -4160290 or 14582976. OLE color: 14582976.

HSL color Cylindrical-coordinate representation of color #C084DE: hue angle of 280º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C084DE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192132222-
CMYK0.140.4100.13
HSL280º57.69%69.41%-
HSV(B)280º40.54%87.06%-
XYZ43.1732.9873.2-
YUV160.2162.88150.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=35.16%
G=24.18%
B=40.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921322220.140.4100.1328057.6969.41
HexC084DEE290D1183a45
Octal300204336165101543072105
Binary1100000010000100110111101110101001011011000110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084DE; }

 p { color: rgb(192,132,222); }

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

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

 a { background-color: rgb(192,132,222); }

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

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

 span { border-color: rgb(192,132,222); }

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