#C083C1

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

Shades of Lilac #C083C1

Tints of Lilac #C083C1

Color information

#C083C1 (or 0xC083C1) is unknown color: approx Lilac. HEX triplet: C0, 83 and C1. RGB value is (192,131,193). Sum of RGB (Red+Green+Blue) = 192+131+193=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #C083C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083C1 is #3F7C3E. Grayscale: #9C9C9C. Windows color (decimal): -4160575 or 12682176. OLE color: 12682176.

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

Color convert

RGB192131193-
CMYK0.010.3200.24
HSL299.03º33.33%63.53%-
HSV(B)299.03º32.12%75.69%-
XYZ39.4831.2954.41-
YUV156.31148.71153.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=37.21%
G=25.39%
B=37.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921311930.010.3200.24299.0333.3363.53
HexC083C112001812b2140
Octal30020330114003045341100
Binary11000000100000111100000111000000110001001010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083C1; }

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

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

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

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

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

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

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

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