Html Css Color HEX #CF7FB4 Lily

📋 copy color: '#CF7FB4'

red 207 ◦ green 127 ◦ blue 180

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

Shades of Lily #CF7FB4

Tints of Lily #CF7FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 24.71%

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 40.27%
G = 24.71%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF7FB4 (or 0xCF7FB4) is known color: Lily. HEX triplet: CF, 7F and B4. RGB value is (207,127,180). Sum of RGB (Red+Green+Blue) = 207+127+180=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FB4 is #30804B. Grayscale: #9C9C9C. Windows color (decimal): -3178572 or 11829199. OLE color: 11829199.

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

Color convert

RGB 207 127 180 -
CMYK 0 0.39 0.13 0.19
HSL 320.25º 0.45% 0.65% -
HSV(B) 320.25º 0.39% 0.81% -
XYZ 41.56 31.74 47.12 -
YUV 156.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 207 127 180 0 0.39 0.13 0.19 320.25 0.45 0.65
Hex CF 7F B4 0 27 D 13 140 2D 41
Octal 317 177 264 0 47 15 23 500 55 101
Binary 11001111 1111111 10110100 0 100111 1101 10011 101000000 101101 1000001

Color Harmonies of #CF7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FB4

Black with #CF7FB4

Text Example


Text Example

White with #CF7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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