#C084BF

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

Shades of Lilac #C084BF

Tints of Lilac #C084BF

Color information

#C084BF (or 0xC084BF) is unknown color: approx Lilac. HEX triplet: C0, 84 and BF. RGB value is (192,132,191). Sum of RGB (Red+Green+Blue) = 192+132+191=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C084BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084BF is #3F7B40. Grayscale: #9C9C9C. Windows color (decimal): -4160321 or 12551360. OLE color: 12551360.

HSL color Cylindrical-coordinate representation of color #C084BF: hue angle of 301º 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 #C084BF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192132191-
CMYK00.310.010.25
HSL301º32.26%63.53%-
HSV(B)301º31.25%75.29%-
XYZ39.3931.4753.29-
YUV156.67147.38153.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 191 (75% from 255) = 37.09%
R=37.28%
G=25.63%
B=37.09%

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
Decimal19213219100.310.010.2530132.2663.53
HexC084BF01F11912d2040
Octal30020427703713145540100
Binary1100000010000100101111110111111110011001011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084BF; }

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

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

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

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

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

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

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

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