#CF79B4

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

Shades of Lily #CF79B4

Tints of Lily #CF79B4

Color information

#CF79B4 (or 0xCF79B4) is unknown color: approx Lily. HEX triplet: CF, 79 and B4. RGB value is (207,121,180). Sum of RGB (Red+Green+Blue) = 207+121+180=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79B4 is #30864B. Grayscale: #999999. Windows color (decimal): -3180108 or 11827663. OLE color: 11827663.

HSL color Cylindrical-coordinate representation of color #CF79B4: hue angle of 318.84º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79B4 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207121180-
CMYK00.420.130.19
HSL318.84º47.25%64.31%-
HSV(B)318.84º41.55%81.18%-
XYZ40.8130.2446.87-
YUV153.44142.99166.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 121 (47.66% from 255) = 23.82%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=40.75%
G=23.82%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712118000.420.130.19318.8447.2564.31
HexCF79B402AD1313f2f40
Octal317171264052152347757100
Binary1100111111110011011010001010101101100111001111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF79B4; }

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

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

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

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

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

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

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

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