#C485CA

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

Shades of Lilac #C485CA

Tints of Lilac #C485CA

Color information

#C485CA (or 0xC485CA) is unknown color: approx Lilac. HEX triplet: C4, 85 and CA. RGB value is (196,133,202). Sum of RGB (Red+Green+Blue) = 196+133+202=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C485CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485CA is #3B7A35. Grayscale: #9F9F9F. Windows color (decimal): -3897910 or 13272516. OLE color: 13272516.

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

Color convert

RGB196133202-
CMYK0.030.3400.21
HSL294.78º39.43%65.69%-
HSV(B)294.78º34.16%79.22%-
XYZ41.8132.7860-
YUV159.7151.87153.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=36.91%
G=25.05%
B=38.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961332020.030.3400.21294.7839.4365.69
HexC485CA3220151272742
Octal30420531234202544747102
Binary110001001000010111001010111000100101011001001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485CA; }

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

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

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

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

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

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

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

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