#C085BF

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

Shades of Lilac #C085BF

Tints of Lilac #C085BF

Color information

#C085BF (or 0xC085BF) is unknown color: approx Lilac. HEX triplet: C0, 85 and BF. RGB value is (192,133,191). Sum of RGB (Red+Green+Blue) = 192+133+191=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C085BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085BF is #3F7A40. Grayscale: #9D9D9D. Windows color (decimal): -4160065 or 12551616. OLE color: 12551616.

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

Color convert

RGB192133191-
CMYK00.310.010.25
HSL301.02º31.89%63.73%-
HSV(B)301.02º30.73%75.29%-
XYZ39.5331.7453.33-
YUV157.25147.05152.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 191 (75% from 255) = 37.02%
R=37.21%
G=25.78%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213319100.310.010.25301.0231.8963.73
HexC085BF01F11912d2040
Octal30020527703713145540100
Binary1100000010000101101111110111111110011001011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085BF; }

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

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

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

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

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

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

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

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