Html Css Color HEX #CF7FB3 Lily

📋 copy color: '#CF7FB3'

red 207 ◦ green 127 ◦ blue 179

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

Shades of Lily #CF7FB3

Tints of Lily #CF7FB3

RGB

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

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

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

R = 40.35%
G = 24.76%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF7FB3 (or 0xCF7FB3) is known color: Lily. HEX triplet: CF, 7F and B3. RGB value is (207,127,179). Sum of RGB (Red+Green+Blue) = 207+127+179=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FB3 is #30804C. Grayscale: #9C9C9C. Windows color (decimal): -3178573 or 11763663. OLE color: 11763663.

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

Color convert

RGB 207 127 179 -
CMYK 0 0.39 0.14 0.19
HSL 321º 0.45% 0.65% -
HSV(B) 321º 0.39% 0.81% -
XYZ 41.46 31.7 46.58 -
YUV 156.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 207 127 179 0 0.39 0.14 0.19 321 0.45 0.65
Hex CF 7F B3 0 27 E 13 141 2D 41
Octal 317 177 263 0 47 16 23 501 55 101
Binary 11001111 1111111 10110011 0 100111 1110 10011 101000001 101101 1000001

Color Harmonies of #CF7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FB3

Black with #CF7FB3

Text Example


Text Example

White with #CF7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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