#C692CF

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

Shades of Lilac #C692CF

Tints of Lilac #C692CF

Color information

#C692CF (or 0xC692CF) is unknown color: approx Lilac. HEX triplet: C6, 92 and CF. RGB value is (198,146,207). Sum of RGB (Red+Green+Blue) = 198+146+207=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #C692CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692CF is #396D30. Grayscale: #A8A8A8. Windows color (decimal): -3763505 or 13603526. OLE color: 13603526.

HSL color Cylindrical-coordinate representation of color #C692CF: hue angle of 291.15º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C692CF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB198146207-
CMYK0.040.2900.19
HSL291.15º38.85%69.22%-
HSV(B)291.15º29.47%81.18%-
XYZ44.8337.0763.82-
YUV168.5149.73149.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.93%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=35.93%
G=26.50%
B=37.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1981462070.040.2900.19291.1538.8569.22
HexC692CF41D0131232745
Octal30622231743502344347105
Binary110001101001001011001111100111010100111001000111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692CF; }

 p { color: rgb(198,146,207); }

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

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

 a { background-color: rgb(198,146,207); }

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

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

 span { border-color: rgb(198,146,207); }

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