#C685C4

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

Shades of Lilac #C685C4

Tints of Lilac #C685C4

Color information

#C685C4 (or 0xC685C4) is unknown color: approx Lilac. HEX triplet: C6, 85 and C4. RGB value is (198,133,196). Sum of RGB (Red+Green+Blue) = 198+133+196=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C685C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685C4 is #397A3B. Grayscale: #9F9F9F. Windows color (decimal): -3766844 or 12879302. OLE color: 12879302.

HSL color Cylindrical-coordinate representation of color #C685C4: hue angle of 301.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C685C4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB198133196-
CMYK00.330.010.22
HSL301.85º36.31%64.9%-
HSV(B)301.85º32.83%77.65%-
XYZ41.6432.7756.35-
YUV159.62148.53155.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=37.57%
G=25.24%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813319600.330.010.22301.8536.3164.9
HexC685C402111612e2441
Octal30620530404112645644101
Binary11000110100001011100010001000011101101001011101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685C4; }

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

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

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

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

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

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

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

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