Html Css Color HEX #CF79B3 Lily

📋 copy color: '#CF79B3'

red 207 ◦ green 121 ◦ blue 179

#CF79B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CF79B3

Tints of Lily #CF79B3

RGB

 RED value IS 207 (81.25% from 255) = 40.83%

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 179 (70.31% from 255) = 35.31%

R = 40.83%
G = 23.87%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF79B3 (or 0xCF79B3) is known color: Lily. HEX triplet: CF, 79 and B3. RGB value is (207,121,179). Sum of RGB (Red+Green+Blue) = 207+121+179=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79B3 is #30864C. Grayscale: #999999. Windows color (decimal): -3180109 or 11762127. OLE color: 11762127.

HSL color Cylindrical-coordinate representation of color #CF79B3: hue angle of 319.53º 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 #CF79B3 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 179 -
CMYK 0 0.42 0.14 0.19
HSL 319.53º 0.47% 0.64% -
HSV(B) 319.53º 0.42% 0.81% -
XYZ 40.71 30.19 46.33 -
YUV 153.33 142.49 166.28 -
System Red Green Blue C M Y K H S L
Decimal 207 121 179 0 0.42 0.14 0.19 319.53 0.47 0.64
Hex CF 79 B3 0 2A E 13 140 2F 40
Octal 317 171 263 0 52 16 23 500 57 100
Binary 11001111 1111001 10110011 0 101010 1110 10011 101000000 101111 1000000

Color Harmonies of #CF79B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF79B3

Black with #CF79B3

Text Example


Text Example

White with #CF79B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF79B3; }

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

 H1.HeaderClassName
 {
   color: #CF79B3;
 }
 .AnyTagClassName
 {
   color: #CF79B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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