#C084DF

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

Shades of Wisteria #C084DF

Tints of Wisteria #C084DF

Color information

#C084DF (or 0xC084DF) is unknown color: approx Wisteria. HEX triplet: C0, 84 and DF. RGB value is (192,132,223). Sum of RGB (Red+Green+Blue) = 192+132+223=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #C084DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084DF is #3F7B20. Grayscale: #A0A0A0. Windows color (decimal): -4160289 or 14648512. OLE color: 14648512.

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

Color convert

RGB192132223-
CMYK0.140.4100.13
HSL279.56º58.71%69.61%-
HSV(B)279.56º40.81%87.45%-
XYZ43.3133.0473.91-
YUV160.31163.38150.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=35.10%
G=24.13%
B=40.77%

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
Decimal1921322230.140.4100.13279.5658.7169.61
HexC084DFE290D1183b46
Octal300204337165101543073106
Binary1100000010000100110111111110101001011011000110001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084DF; }

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

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

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

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

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

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

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

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