#C585C1

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

Shades of Lilac #C585C1

Tints of Lilac #C585C1

Color information

#C585C1 (or 0xC585C1) is unknown color: approx Lilac. HEX triplet: C5, 85 and C1. RGB value is (197,133,193). Sum of RGB (Red+Green+Blue) = 197+133+193=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C585C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585C1 is #3A7A3E. Grayscale: #9E9E9E. Windows color (decimal): -3832383 or 12682693. OLE color: 12682693.

HSL color Cylindrical-coordinate representation of color #C585C1: hue angle of 303.75º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585C1 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB197133193-
CMYK00.320.020.23
HSL303.75º35.56%64.71%-
HSV(B)303.75º32.49%77.25%-
XYZ41.0432.554.56-
YUV158.98147.2155.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.67%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=37.67%
G=25.43%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713319300.320.020.23303.7535.5664.71
HexC585C10202171302441
Octal30520530104022746044101
Binary110001011000010111000001010000010101111001100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585C1; }

 p { color: rgb(197,133,193); }

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

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

 a { background-color: rgb(197,133,193); }

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

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

 span { border-color: rgb(197,133,193); }

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