#C694B1

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

Shades of Lily #C694B1

Tints of Lily #C694B1

Color information

#C694B1 (or 0xC694B1) is unknown color: approx Lily. HEX triplet: C6, 94 and B1. RGB value is (198,148,177). Sum of RGB (Red+Green+Blue) = 198+148+177=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C694B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694B1 is #396B4E. Grayscale: #A6A6A6. Windows color (decimal): -3763023 or 11637958. OLE color: 11637958.

HSL color Cylindrical-coordinate representation of color #C694B1: hue angle of 325.2º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C694B1 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB198148177-
CMYK00.250.110.22
HSL325.2º30.49%67.84%-
HSV(B)325.2º25.25%77.65%-
XYZ41.8136.3646.41-
YUV166.26134.06150.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=37.86%
G=28.30%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814817700.250.110.22325.230.4967.84
HexC694B1019B161451e44
Octal306224261031132650536104
Binary110001101001010010110001011001101110110101000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694B1; }

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

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

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

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

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

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

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

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