#C085DC

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

Shades of Wisteria #C085DC

Tints of Wisteria #C085DC

Color information

#C085DC (or 0xC085DC) is unknown color: approx Wisteria. HEX triplet: C0, 85 and DC. RGB value is (192,133,220). Sum of RGB (Red+Green+Blue) = 192+133+220=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #C085DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DC is #3F7A23. Grayscale: #A0A0A0. Windows color (decimal): -4160036 or 14452160. OLE color: 14452160.

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

Color convert

RGB192133220-
CMYK0.130.4000.14
HSL280.69º55.41%69.22%-
HSV(B)280.69º39.55%86.27%-
XYZ43.0433.1571.84-
YUV160.56161.55150.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=35.23%
G=24.40%
B=40.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921332200.130.4000.14280.6955.4169.22
HexC085DCD280E1193745
Octal300205334155001643167105
Binary1100000010000101110111001101101000011101000110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085DC; }

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

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

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

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

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

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

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

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