#CC79B4

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

Shades of Lily #CC79B4

Tints of Lily #CC79B4

Color information

#CC79B4 (or 0xCC79B4) is unknown color: approx Lily. HEX triplet: CC, 79 and B4. RGB value is (204,121,180). Sum of RGB (Red+Green+Blue) = 204+121+180=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79B4 is #33864B. Grayscale: #989898. Windows color (decimal): -3376716 or 11827660. OLE color: 11827660.

HSL color Cylindrical-coordinate representation of color #CC79B4: hue angle of 317.35º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC79B4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204121180-
CMYK00.410.120.2
HSL317.35º44.86%63.73%-
HSV(B)317.35º40.69%80%-
XYZ39.9829.8146.83-
YUV152.54143.5164.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=40.40%
G=23.96%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412118000.410.120.2317.3544.8663.73
HexCC79B4029C1413d2d40
Octal314171264051142447555100
Binary1100110011110011011010001010011100101001001111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79B4; }

 p { color: rgb(204,121,180); }

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

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

 a { background-color: rgb(204,121,180); }

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

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

 span { border-color: rgb(204,121,180); }

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