#C985C4

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

Shades of Lilac #C985C4

Tints of Lilac #C985C4

Color information

#C985C4 (or 0xC985C4) is unknown color: approx Lilac. HEX triplet: C9, 85 and C4. RGB value is (201,133,196). Sum of RGB (Red+Green+Blue) = 201+133+196=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C985C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985C4 is #367A3B. Grayscale: #A0A0A0. Windows color (decimal): -3570236 or 12879305. OLE color: 12879305.

HSL color Cylindrical-coordinate representation of color #C985C4: hue angle of 304.41º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985C4 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB201133196-
CMYK00.340.020.21
HSL304.41º38.64%65.49%-
HSV(B)304.41º33.83%78.82%-
XYZ42.4433.1856.39-
YUV160.51148.03156.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=37.92%
G=25.09%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113319600.340.020.21304.4138.6465.49
HexC985C40222151302741
Octal31120530404222546047101
Binary110010011000010111000100010001010101011001100001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985C4; }

 p { color: rgb(201,133,196); }

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

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

 a { background-color: rgb(201,133,196); }

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

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

 span { border-color: rgb(201,133,196); }

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