#C085D6

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

Shades of Wisteria #C085D6

Tints of Wisteria #C085D6

Color information

#C085D6 (or 0xC085D6) is unknown color: approx Wisteria. HEX triplet: C0, 85 and D6. RGB value is (192,133,214). Sum of RGB (Red+Green+Blue) = 192+133+214=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #C085D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085D6 is #3F7A29. Grayscale: #9F9F9F. Windows color (decimal): -4160042 or 14058944. OLE color: 14058944.

HSL color Cylindrical-coordinate representation of color #C085D6: hue angle of 283.7º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C085D6 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192133214-
CMYK0.100.3800.16
HSL283.7º49.69%68.04%-
HSV(B)283.7º37.85%83.92%-
XYZ42.2632.8467.73-
YUV159.88158.55150.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=35.62%
G=24.68%
B=39.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921332140.100.3800.16283.749.6968.04
HexC085D6A2601011c3244
Octal300205326124602043462104
Binary11000000100001011101011010101001100100001000111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085D6; }

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

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

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

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

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

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

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

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