#C694CF

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

Shades of Lilac #C694CF

Tints of Lilac #C694CF

Color information

#C694CF (or 0xC694CF) is unknown color: approx Lilac. HEX triplet: C6, 94 and CF. RGB value is (198,148,207). Sum of RGB (Red+Green+Blue) = 198+148+207=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #C694CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CF is #396B30. Grayscale: #A9A9A9. Windows color (decimal): -3762993 or 13604038. OLE color: 13604038.

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

Color convert

RGB198148207-
CMYK0.040.2900.19
HSL290.85º38.06%69.61%-
HSV(B)290.85º28.5%81.18%-
XYZ45.1437.6963.93-
YUV169.68149.06148.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.80%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=35.80%
G=26.76%
B=37.43%

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
Decimal1981482070.040.2900.19290.8538.0669.61
HexC694CF41D0131232646
Octal30622431743502344346106
Binary110001101001010011001111100111010100111001000111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694CF; }

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

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

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

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

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

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

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

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