#C084D9

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

Shades of Wisteria #C084D9

Tints of Wisteria #C084D9

Color information

#C084D9 (or 0xC084D9) is unknown color: approx Wisteria. HEX triplet: C0, 84 and D9. RGB value is (192,132,217). Sum of RGB (Red+Green+Blue) = 192+132+217=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #C084D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084D9 is #3F7B26. Grayscale: #9F9F9F. Windows color (decimal): -4160295 or 14255296. OLE color: 14255296.

HSL color Cylindrical-coordinate representation of color #C084D9: hue angle of 282.35º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C084D9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192132217-
CMYK0.120.3900.15
HSL282.35º52.8%68.43%-
HSV(B)282.35º39.17%85.1%-
XYZ42.5132.7269.72-
YUV159.63160.38151.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=35.49%
G=24.40%
B=40.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921322170.120.3900.15282.3552.868.43
HexC084D9C270F11a3544
Octal300204331144701743265104
Binary1100000010000100110110011100100111011111000110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084D9; }

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

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

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

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

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

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

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

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