#C682B4

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

Shades of Lily #C682B4

Tints of Lily #C682B4

Color information

#C682B4 (or 0xC682B4) is unknown color: approx Lily. HEX triplet: C6, 82 and B4. RGB value is (198,130,180). Sum of RGB (Red+Green+Blue) = 198+130+180=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C682B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682B4 is #397D4B. Grayscale: #9B9B9B. Windows color (decimal): -3767628 or 11829958. OLE color: 11829958.

HSL color Cylindrical-coordinate representation of color #C682B4: hue angle of 315.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682B4 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB198130180-
CMYK00.340.090.22
HSL315.88º37.36%64.31%-
HSV(B)315.88º34.34%77.65%-
XYZ39.5131.2747.13-
YUV156.03141.53157.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=38.98%
G=25.59%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813018000.340.090.22315.8837.3664.31
HexC682B402291613c2540
Octal306202264042112647445100
Binary11000110100000101011010001000101001101101001111001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682B4; }

 p { color: rgb(198,130,180); }

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

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

 a { background-color: rgb(198,130,180); }

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

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

 span { border-color: rgb(198,130,180); }

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