#C085DD

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

Shades of Wisteria #C085DD

Tints of Wisteria #C085DD

Color information

#C085DD (or 0xC085DD) is unknown color: approx Wisteria. HEX triplet: C0, 85 and DD. RGB value is (192,133,221). Sum of RGB (Red+Green+Blue) = 192+133+221=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C085DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085DD is #3F7A22. Grayscale: #A0A0A0. Windows color (decimal): -4160035 or 14517696. OLE color: 14517696.

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

Color convert

RGB192133221-
CMYK0.130.4000.13
HSL280.23º56.41%69.41%-
HSV(B)280.23º39.82%86.67%-
XYZ43.1833.272.54-
YUV160.67162.05150.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=35.16%
G=24.36%
B=40.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921332210.130.4000.13280.2356.4169.41
HexC085DDD280D1183845
Octal300205335155001543070105
Binary1100000010000101110111011101101000011011000110001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085DD; }

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

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

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

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

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

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

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

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