#C085C1

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

Shades of Lilac #C085C1

Tints of Lilac #C085C1

Color information

#C085C1 (or 0xC085C1) is unknown color: approx Lilac. HEX triplet: C0, 85 and C1. RGB value is (192,133,193). Sum of RGB (Red+Green+Blue) = 192+133+193=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #C085C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085C1 is #3F7A3E. Grayscale: #9D9D9D. Windows color (decimal): -4160063 or 12682688. OLE color: 12682688.

HSL color Cylindrical-coordinate representation of color #C085C1: hue angle of 299º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085C1 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192133193-
CMYK0.010.3100.24
HSL299º32.61%63.92%-
HSV(B)299º31.09%75.69%-
XYZ39.7531.8354.5-
YUV157.48148.05152.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=37.07%
G=25.68%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921331930.010.3100.2429932.6163.92
HexC085C111F01812b2140
Octal30020530113703045341100
Binary1100000010000101110000011111110110001001010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085C1; }

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

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

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

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

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

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

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

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