#C085DF

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

Shades of Wisteria #C085DF

Tints of Wisteria #C085DF

Color information

#C085DF (or 0xC085DF) is unknown color: approx Wisteria. HEX triplet: C0, 85 and DF. RGB value is (192,133,223). Sum of RGB (Red+Green+Blue) = 192+133+223=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C085DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DF is #3F7A20. Grayscale: #A0A0A0. Windows color (decimal): -4160033 or 14648768. OLE color: 14648768.

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

Color convert

RGB192133223-
CMYK0.140.4000.13
HSL279.33º58.44%69.8%-
HSV(B)279.33º40.36%87.45%-
XYZ43.4533.3173.95-
YUV160.9163.05150.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=35.04%
G=24.27%
B=40.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921332230.140.4000.13279.3358.4469.8
HexC085DFE280D1173a46
Octal300205337165001542772106
Binary1100000010000101110111111110101000011011000101111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085DF; }

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

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

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

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

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

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

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

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